From 3419db1fc6a5243a2e5a888cbabbb3def7df5159 Mon Sep 17 00:00:00 2001 From: sandra Date: Wed, 23 Sep 2020 13:06:16 +0200 Subject: [PATCH] saiph: nixsetup to re-enter nix after the new added stage --- garlic/exp/saiph/numcomm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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