diff --git a/garlic/exp/saiph/numcomm.nix b/garlic/exp/saiph/numcomm.nix index 560853a..de853ac 100644 --- a/garlic/exp/saiph/numcomm.nix +++ b/garlic/exp/saiph/numcomm.nix @@ -132,7 +132,7 @@ let ++ [ broom ] # Use sbatch to request resources first - ++ optional enableSbatch sbatch + ++ optionals enableSbatch [ sbatch nixsetup ] # Record the current env vars set by SLURM to verify we don't have something # nasty (like sourcing .bashrc). Take a look at #26