This commit is contained in:
@@ -7,12 +7,12 @@ stdenv.mkDerivation {
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cat > $out/bin/hello-world <<'SCRIPT'
|
||||
#!/bin/sh
|
||||
echo "Hello, world!"
|
||||
SCRIPT
|
||||
chmod +x $out/bin/hello-world
|
||||
mkdir -p $out/bin
|
||||
cat > $out/bin/hello-world <<'SCRIPT'
|
||||
#!/bin/sh
|
||||
echo "Hello, world!"
|
||||
SCRIPT
|
||||
chmod +x $out/bin/hello-world
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user