Add a dummy bin for the examples
This commit is contained in:
parent
91c38d70a8
commit
0f2b4754fd
@ -8,10 +8,17 @@
|
||||
|
||||
src = null;
|
||||
dontUnpack = true;
|
||||
dontBuild = true;
|
||||
|
||||
buildPhase = ''
|
||||
ls -l /
|
||||
echo "${stdenv}"
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
||||
cat > $out/bin/dummy <<EOF
|
||||
#!/bin/sh
|
||||
echo Hello world!
|
||||
EOF
|
||||
|
||||
chmod +x $out/bin/dummy
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user