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