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"