update package so binary is a+x

This commit is contained in:
mtgmonkey 2025-06-10 10:22:02 -04:00
parent c2a59261ea
commit 449e152553

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation {
echo "#!/usr/bin/env bash" > start-server
echo "systemctl start docker-build-jank-client-jank.service" >> start-server
echo "systemctl restart docker-jank-client-jank.service" >> start-server
chmod a+x start-server
'';
installPhase = ''
mkdir $out/bin -p