1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/19/stdenv-hello-build.txt
Samuel Leathers cbce4aa202 port pill #19
2017-08-16 13:11:20 -04:00

6 lines
109 B
Plaintext

$ nix-build hello.nix
...
/nix/store/6flbdbpq6sc1dc79xjx01bz43zwgj3wc-hello
$ result/bin/hello
Hello, world!