mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-10 13:54:14 +00:00
5 lines
310 B
Text
5 lines
310 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/qyfrcd53wmc0v22ymhhd5r6sz5xmdc8a-myname.drv' failed to produce output path `/nix/store/ly2k1vswbfmswr33hw0kf0ccilrpisnk-myname'
|