Trying to chmod - workaround for X64 darwin

This commit is contained in:
Olaf 2025-05-17 13:06:26 +02:00
parent a1ce2f94bb
commit 348e60a589

View File

@ -96,6 +96,7 @@
#!/usr/bin/env bash
PATH=${nixpkgs.legacyPackages.${system}.git}/bin:$PATH
echo "Running ${scriptName} for ${system}"
chmod +x ${self}/apps/${system}/${scriptName}
exec ${self}/apps/${system}/${scriptName}
'')
}/bin/${scriptName}";