!VRULIdgoKmKPzJZzjj:nixos.org

Nix Hackers

885 Members
For people hacking on the Nix package manager itself189 Servers

Load older messages


SenderMessageTime
6 Apr 2025
@emilazy:matrix.orgemily nix build /nix/store/foo.drv builds that drv, …^out builds that output 13:25:52
@emilazy:matrix.orgemilythere was a warning for it for many releases but it got removed13:25:58
@emilazy:matrix.orgemily the idea is that nix build X always produces X 13:26:03
@emilazy:matrix.orgemily so nix build /nix/build/non-drv-store-path will try to substitute that path, e.g. 13:26:16
@Las:matrix.orgLasMakes sense13:37:12
@Las:matrix.orgLas I think it’s a misnomer 13:37:44
@Las:matrix.orgLasShould be nix realize13:37:49
@vcunat:matrix.orgvcunatFYI, some (cross-)builds got broken now on Hydra, e.g. https://hydra.nixos.org/build/294450042/nixlog/1/tail14:59:18
@vcunat:matrix.orgvcunat I'm a bit surprised myself that -Wundef triggers on preprocessor this way. 15:00:08
@vcunat:matrix.orgvcunat 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:matrix.orgvcunat * 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
@ss:someonex.netSomeoneSerge (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
@joerg:thalheim.ioMic92https://github.com/NixOS/nixpkgs/pull/396773 nixVersions.latest: 2.26 -> 2.2811:30:47
@joerg:thalheim.ioMic92 https://github.com/NixOS/nixpkgs/pull/396750 John Ericson nix-eval-jobs: 2.26.0 -> 2.28.0 12:14:46
@Ericson2314:matrix.orgJohn Ericsonhttps://gist.github.com/Ericson2314/147281788b3b31cfbd4925dc49e3d59b15:15:00
@Ericson2314:matrix.orgJohn Ericsonbtw15:15:02
@Ericson2314:matrix.orgJohn Ericsonfor fixing headers downstream15:15:07
@Ericson2314:matrix.orgJohn Ericson tomberek: Mic92 was wondering about setting up the nix-community build bot for hydra for PRs 15:34:43
@Ericson2314:matrix.orgJohn Ericson(hehe kinda ironic)15:34:49
@Ericson2314:matrix.orgJohn Ericsonbut this would require changing the nixos org settings15:34:55
@Ericson2314:matrix.orgJohn Ericsonwhich I think you have the perms to do? 15:35:03
@joerg:thalheim.ioMic92we first need to make the github app public in nix-community15:36:32
8 Apr 2025
@ser:sergevictor.eu@ser:sergevictor.eu joined the room.10:15:16
@yuri:peori.space@yuri:peori.space left the room.11:23:13
@Las:matrix.orgLasWhat parts do I need to look at to fully understand the hash modulo stuff?12:09:34
@roberthensing:matrix.orgroberth Definitely https://nix.dev/manual/nix/2.28/store/derivation/ and its sub-pages (see the menu, rendered as 4.4.*), as for code, maybe John Ericson has a hint? 12:15:17
@Las:matrix.orgLas

But rather than somehow scanning all the other fields for inputs, Nix requires that all inputs be explicitly collected in the inputs field. It is instead the responsibility of the creator of a derivation (e.g. the evaluator) to ensure that every store object referenced in another field (e.g. referenced by store path) is included in this inputs field.

Isn't this not true Robert Hensing (roberth) ?

12:18:05
@Las:matrix.orgLas If I cat a .drv file it doesn't have explicit inputs 12:18:27
@roberthensing:matrix.orgroberth Yeah, the fields aren't named, but one of those , separated parts is specifically for declaring inputs using DerivingPaths 12:19:24
@Las:matrix.orgLas Say I want to output a CA derivation, something like echo hello > /1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9,
to be used in a downstream dynamic derivation.
I don't think this is possible if the placeholder path is also /1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9 for the derivation
producing the derivation, which seems to be plausible since it seems to be determined by the output name only from testing?
12:30:10

Show newer messages


Back to Room ListRoom Version: 6