nextflow: fix long run with slurm (#423897)

This commit is contained in:
Gaétan Lepage
2025-07-10 11:25:35 +02:00
committed by GitHub
+2 -1
View File
@@ -87,7 +87,8 @@ stdenv.mkDerivation (finalAttrs: {
which
]
} \
--set JAVA_HOME ${openjdk.home}
--set JAVA_HOME ${openjdk.home} \
--set NXF_OPTS "-Duser.name=\''${USER}"
'';
passthru.tests.default = nixosTests.nextflow;