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