From dcc02c8a570e70c15527abf18351363e297a0483 Mon Sep 17 00:00:00 2001 From: Johannes Merl Date: Sun, 21 Apr 2024 13:27:23 +0200 Subject: [PATCH] fix --- build.sbatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbatch b/build.sbatch index 2f0ca8a..0a77e3c 100644 --- a/build.sbatch +++ b/build.sbatch @@ -3,4 +3,4 @@ #SBATCH --partition=cpu #SBATCH --output=./run/output_build.txt #SBATCH --error=./run/error_build.txt -nix develop --command "stack --nix build" +srun nix develop --command "stack --nix build"