mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
d3f5b059bb
commit
1cfcbd9a94
2 changed files with 55 additions and 57 deletions
|
@ -885,7 +885,7 @@ in
|
||||||
# TODO: put in networking.nix after the test becomes more complete
|
# TODO: put in networking.nix after the test becomes more complete
|
||||||
networkingProxy = handleTest ./networking-proxy.nix { };
|
networkingProxy = handleTest ./networking-proxy.nix { };
|
||||||
nextcloud = handleTest ./nextcloud { };
|
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;
|
nextjs-ollama-llm-ui = runTest ./web-apps/nextjs-ollama-llm-ui.nix;
|
||||||
nexus = handleTest ./nexus.nix { };
|
nexus = handleTest ./nexus.nix { };
|
||||||
# TODO: Test nfsv3 + Kerberos
|
# TODO: Test nfsv3 + Kerberos
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
bash = pkgs.dockerTools.pullImage {
|
bash = pkgs.dockerTools.pullImage {
|
||||||
|
@ -57,4 +56,3 @@ import ./make-test-python.nix (
|
||||||
machine.succeed("run-nextflow-pipeline >&2")
|
machine.succeed("run-nextflow-pipeline >&2")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue