Add saiph experiments

This commit is contained in:
2020-09-21 17:30:24 +02:00
parent 126f05e92c
commit cc101ad1d3
12 changed files with 655 additions and 25 deletions

View File

@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
cat > $out/bin/dummy <<EOF
#!/bin/sh
echo Hello world!
echo Hello worlda!
EOF
chmod +x $out/bin/dummy