Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -798,7 +798,7 @@ in { nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; }; nixseparatedebuginfod = handleTest ./nixseparatedebuginfod.nix {}; node-red = handleTest ./node-red.nix {}; nomad = handleTest ./nomad.nix {}; nomad = runTest ./nomad.nix; non-default-filesystems = handleTest ./non-default-filesystems.nix {}; non-switchable-system = runTest ./non-switchable-system.nix; noto-fonts = handleTest ./noto-fonts.nix {}; Loading nixos/tests/nomad.nix +81 −83 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { name = "nomad"; Loading Loading @@ -101,4 +100,3 @@ import ./make-test-python.nix ( test_nomad_server(server) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -798,7 +798,7 @@ in { nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; }; nixseparatedebuginfod = handleTest ./nixseparatedebuginfod.nix {}; node-red = handleTest ./node-red.nix {}; nomad = handleTest ./nomad.nix {}; nomad = runTest ./nomad.nix; non-default-filesystems = handleTest ./non-default-filesystems.nix {}; non-switchable-system = runTest ./non-switchable-system.nix; noto-fonts = handleTest ./noto-fonts.nix {}; Loading
nixos/tests/nomad.nix +81 −83 Original line number Diff line number Diff line import ./make-test-python.nix ( { lib, ... }: { name = "nomad"; Loading Loading @@ -101,4 +100,3 @@ import ./make-test-python.nix ( test_nomad_server(server) ''; } )