From a91f55284d4b6463142253d93e299564c3cfc0aa Mon Sep 17 00:00:00 2001 From: Johannes Merl Date: Sun, 21 Apr 2024 14:43:23 +0200 Subject: [PATCH] fix --- build.sbatch | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbatch b/build.sbatch index f83250f..8f98d7f 100755 --- a/build.sbatch +++ b/build.sbatch @@ -4,4 +4,5 @@ #SBATCH --output=./output/output_build.txt #SBATCH --error=./output/error_build.txt #SBATCH --nodelist=oc-compute02 +#SBATCH --mem=1G srun nix develop --command stack --no-nix --system-ghc --no-install-ghc build