nix-pills/pills/06/fix-attribute.txt
Matan Bendix Shenhav e302529c5f Ported Pill 6.
2017-08-13 19:30:56 +03:00

4 lines
No EOL
165 B
Text

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