Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -885,7 +885,7 @@ in # TODO: put in networking.nix after the test becomes more complete networkingProxy = handleTest ./networking-proxy.nix { }; nextcloud = handleTest ./nextcloud { }; nextflow = handleTestOn [ "x86_64-linux" ] ./nextflow.nix { }; nextflow = runTestOn [ "x86_64-linux" ] ./nextflow.nix; nextjs-ollama-llm-ui = runTest ./web-apps/nextjs-ollama-llm-ui.nix; nexus = handleTest ./nexus.nix { }; # TODO: Test nfsv3 + Kerberos Loading nixos/tests/nextflow.nix +53 −55 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: let bash = pkgs.dockerTools.pullImage { Loading Loading @@ -57,4 +56,3 @@ import ./make-test-python.nix ( machine.succeed("run-nextflow-pipeline >&2") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -885,7 +885,7 @@ in # TODO: put in networking.nix after the test becomes more complete networkingProxy = handleTest ./networking-proxy.nix { }; nextcloud = handleTest ./nextcloud { }; nextflow = handleTestOn [ "x86_64-linux" ] ./nextflow.nix { }; nextflow = runTestOn [ "x86_64-linux" ] ./nextflow.nix; nextjs-ollama-llm-ui = runTest ./web-apps/nextjs-ollama-llm-ui.nix; nexus = handleTest ./nexus.nix { }; # TODO: Test nfsv3 + Kerberos Loading
nixos/tests/nextflow.nix +53 −55 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: let bash = pkgs.dockerTools.pullImage { Loading Loading @@ -57,4 +56,3 @@ import ./make-test-python.nix ( machine.succeed("run-nextflow-pipeline >&2") ''; } )