From 156e2ab9d701da7fdc5e531c5d1c1f5546565b27 Mon Sep 17 00:00:00 2001 From: Johannes Merl Date: Sun, 21 Apr 2024 13:50:23 +0200 Subject: [PATCH] fix --- build.sbatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbatch b/build.sbatch index 6b44dea..6fc0699 100755 --- a/build.sbatch +++ b/build.sbatch @@ -4,4 +4,4 @@ #SBATCH --output=./output/output_build.txt #SBATCH --error=./output/error_build.txt #SBATCH --nodelist=oc-compute02 -srun nix develop --command "stack --nix build" +srun nix develop --command stack --nix build