slurm service: robust reference to slurm bin output
This commit is contained in:
parent
c420d0fb28
commit
b05bb30361
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ in
|
|||
builder = pkgs.writeText "builder.sh" ''
|
||||
source $stdenv/setup
|
||||
mkdir -p $out/bin
|
||||
find ${cfg.package}/bin -type f -executable | while read EXE
|
||||
find ${getBin cfg.package}/bin -type f -executable | while read EXE
|
||||
do
|
||||
exename="$(basename $EXE)"
|
||||
wrappername="$out/bin/$exename"
|
||||
|
|
Loading…
Reference in a new issue