1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/05/test-import-2.txt
2017-10-22 13:47:53 +03:00

4 lines
70 B
Plaintext

nix-repl> import ./test.nix { a = 5; trueMsg = "ok"; }
trace: ok
true