| 6 Apr 2025 |
Las | Should be nix realize | 13:37:49 |
vcunat | FYI, some (cross-)builds got broken now on Hydra, e.g.
https://hydra.nixos.org/build/294450042/nixlog/1/tail | 14:59:18 |
vcunat | I'm a bit surprised myself that -Wundef triggers on preprocessor this way. | 15:00:08 |
vcunat | I suppose you'd simply do #ifdef __APPLE__ and #elif defined(__APPLE__). Most likely easier than fighting what compiler considers a warning. | 15:03:47 |
vcunat | * I suppose you'd simply do #ifdef __APPLE__ and #elif defined(__APPLE__). Most likely it's easier than fighting what compiler considers a warning. | 15:04:00 |
| 7 Apr 2025 |
SomeoneSerge (back on matrix) | In reply to @flokli:matrix.org It's unfortunate derivations are added as aterm into the store in first place. IMHO they should only be valid for the lifetime of the evaluation itself, and not be put in the store RE: validity
Resolved drvs are ok though, aside from aterm? In the sense their contents are inherently consistent with path. Assuming nix doesn't change. | 06:37:08 |
Mic92 | https://github.com/NixOS/nixpkgs/pull/396773 nixVersions.latest: 2.26 -> 2.28 | 11:30:47 |
Mic92 | https://github.com/NixOS/nixpkgs/pull/396750 John Ericson nix-eval-jobs: 2.26.0 -> 2.28.0 | 12:14:46 |
John Ericson | https://gist.github.com/Ericson2314/147281788b3b31cfbd4925dc49e3d59b | 15:15:00 |
John Ericson | btw | 15:15:02 |
John Ericson | for fixing headers downstream | 15:15:07 |
John Ericson | tomberek: Mic92 was wondering about setting up the nix-community build bot for hydra for PRs | 15:34:43 |
John Ericson | (hehe kinda ironic) | 15:34:49 |
John Ericson | but this would require changing the nixos org settings | 15:34:55 |
John Ericson | which I think you have the perms to do? | 15:35:03 |