treewide: fixup bcf54ce
fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
This commit is contained in:
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||
let
|
||||
eid-nssdb-in = substituteAll {
|
||||
inherit (stdenv) shell;
|
||||
isExecutable = true;
|
||||
src = ./eid-nssdb.in;
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user