mv executable
This commit is contained in:
parent
13fcb19bf9
commit
666bfcb7bc
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -37,9 +37,9 @@ rec {
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp $textBeforeTemplatePath $out/template
|
cp $textBeforeTemplatePath $out/template
|
||||||
cp $scriptPath $out/bin/${name}
|
cp $scriptPath $out/bin/${name}
|
||||||
chmod +x $out/bin/${name}
|
|
||||||
chown ${owner}:${group} $out/bin/${name}
|
chown ${owner}:${group} $out/bin/${name}
|
||||||
chmod ${mode} $out/bin/${name}
|
chmod ${mode} $out/bin/${name}
|
||||||
|
chmod +x $out/bin/${name}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# make a template with placeholders from a file
|
# make a template with placeholders from a file
|
||||||
|
|
Loading…
Add table
Reference in a new issue