hydraJobs.tests.nixpkgsLibTests.aarch64-darwin
yeah; that's my guess, and hence the issue :) Though I think this might be a bit more complex, because this involves the drv's build dir and seeing as ./.
failed I'm a bit more worried something…
hydraJobs.tests.nixpkgsLibTests.aarch64-darwin
Opened a CL to fix this at Iedd79ff5f72e84766ebd234c63856170afc624f0
.drv files are stored in the store as identical to builtins.toFile
paths, and i'm .. not sure it strictly checks whether the references in the store path match up the references inside the…
it should be possible to pass in a list of desired references, maybe? nix-store --add
by default doesn't set any references. but this requires a bit better API design to make it work nicely (and…
it can; it just needs the right references passed in too.
sure is!
puckipedia@marisa ~> echo meow2 > hi.drv
puckipedia@marisa ~> nix-store --add hi.drv
error: error parsing derivation '/nix/store/l0dh39vqa4q9zinvfky51080d69rlfxp-hi.drv': error:…
nix key generate-secret
and convert-secret-to-public
print progress bar
This should be fixed by 7e8a5498db
- could you check?
apple_dri.so
in the Nix store on M1 machines
As posted on the nixos-apple-silicon
repo, I'm quite confident this is not a Nix/Lix issue, but rather a…
nix develop
, but not nix-shell
, breaks cc-wrapper's handling of spaces in file paths
Fixing this is (imo) likely to be impossible, without rethinking massively how nix develop
works.
The bug here is: Each output of the derivation used as baseline for develop
is replaced,…
Explicitly setting --eval-store auto
fixes the issue. The issue is that openStore(*myArgs.evalStoreUrl)
asserts and aborts when evalStoreUrl
is unset. I do not entirely understand how this…