1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/06/fix-attribute.txt
Matan Bendix Shenhav e302529c5f Ported Pill 6.
2017-08-13 19:30:56 +03:00

4 lines
165 B
Plaintext

nix-repl> d = derivation { name = "myname"; builder = "mybuilder"; system = builtins.currentSystem; }
nix-repl> :b d
[...]
build error: invalid file name `mybuilder'