1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Test executables in NARs

This commit is contained in:
Eelco Dolstra 2014-02-26 18:59:01 +01:00
parent 91f25f0510
commit 3d0a9ec825
2 changed files with 6 additions and 0 deletions

View file

@ -9,4 +9,8 @@ ln -s $input2 $out/input-2
# Self-reference.
ln -s $out $out/self
# Executable.
echo program > $out/program
chmod +x $out/program
echo FOO