mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-10 13:54:14 +00:00
5 lines
No EOL
309 B
Text
5 lines
No EOL
309 B
Text
nix-repl> :l <nixpkgs>
|
|
nix-repl> d = derivation { name = "myname"; builder = "${coreutils}/bin/true"; system = builtins.currentSystem; }
|
|
nix-repl> :b d
|
|
[...]
|
|
builder for `/nix/store/d4xczdij7xazjfm5kn4nmphx63mpv676-myname.drv' failed to produce output path `/nix/store/fy5lyr5iysn4ayyxvpnsya8r5y5bwjnl-myname' |