1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/07/simple_builder.sh.txt
2017-08-19 10:15:45 -04:00

4 lines
73 B
Plaintext

export PATH="$coreutils/bin:$gcc/bin"
mkdir $out
gcc -o $out/simple $src