chmod $out not $src as this fails under NixOS.
This commit is contained in:
parent
5e40066c7f
commit
316b493cda
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
mkdir -p $out/bin
|
||||
chmod +wx $src
|
||||
cp $src $out/bin/banlist
|
||||
chmod +x $out/bin/banlist
|
||||
'';
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
mkdir -p $out/bin
|
||||
chmod +wx $src
|
||||
cp $src $out/bin/nodeinfo
|
||||
chmod +x $out/bin/nodeinfo
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user