treewide: fixup bcf54ce
fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
This commit is contained in:
@@ -7,6 +7,7 @@ in
|
||||
runCommand "${name}" {
|
||||
script = substituteAll {
|
||||
src = ./service-wrapper.sh;
|
||||
isExecutable = true;
|
||||
inherit (stdenv) shell;
|
||||
inherit coreutils;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user