Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -846,7 +846,7 @@ in { }; nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; }; nixseparatedebuginfod = handleTest ./nixseparatedebuginfod.nix {}; node-red = handleTest ./node-red.nix {}; node-red = runTest ./node-red.nix; nomad = runTest ./nomad.nix; non-default-filesystems = handleTest ./non-default-filesystems.nix {}; non-switchable-system = runTest ./non-switchable-system.nix; Loading nixos/tests/node-red.nix +31 −33 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "nodered"; Loading Loading @@ -35,4 +34,3 @@ import ./make-test-python.nix ( ) ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -846,7 +846,7 @@ in { }; nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; }; nixseparatedebuginfod = handleTest ./nixseparatedebuginfod.nix {}; node-red = handleTest ./node-red.nix {}; node-red = runTest ./node-red.nix; nomad = runTest ./nomad.nix; non-default-filesystems = handleTest ./non-default-filesystems.nix {}; non-switchable-system = runTest ./non-switchable-system.nix; Loading
nixos/tests/node-red.nix +31 −33 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "nodered"; Loading Loading @@ -35,4 +34,3 @@ import ./make-test-python.nix ( ) ''; } )