This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
cat > $out/bin/hello-world <<'SCRIPT'
|
||||
#!/bin/sh
|
||||
echo "Hello, world!"
|
||||
SCRIPT
|
||||
SCRIPT
|
||||
chmod +x $out/bin/hello-world
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user