You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the repl with a flake that has contentAddressedByDefault = true;
nix-repl>:lf .
nix-repl d = nixosConfigurations.mymachine.pkgs.writeShellApplication { name = "test"; text = "";}
nix-repl> d
[2 built, 0.0 MiB DL]«derivation /nix/store/fwy3r5aff49bfig1w5iw2lw3kjbwajbx-test.drv»
nix-repl> nixosConfigurations.mymachine.lib.getExe d
"/1h39q25ll13mw8b6kiw6jw87amsx6sw25apckma7kmpgrq044414/bin/test"
nix-repl> :b d
This derivation produced the following outputs:
out -> /nix/store/1ynn7k5yd6v9g378r8m8y3ig2i80dym5-test
[2 built, 0.0 MiB DL]
Expected behavior
getExe should return /nix/store/1ynn7k5yd6v9g378r8m8y3ig2i80dym5-test/bin/test
Describe the bug
using the repl with a flake that has
contentAddressedByDefault = true;
Expected behavior
getExe should return
/nix/store/1ynn7k5yd6v9g378r8m8y3ig2i80dym5-test/bin/test
Metadata
nix-env (Nix) 2.24.12
Checklist
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: