Loading nixos/lib/testing/nodes.nix +9 −7 Original line number Diff line number Diff line Loading @@ -30,13 +30,15 @@ let }) ({ options, ... }: { key = "nodes.nix-pkgs"; config = mkIf (!options.nixpkgs.pkgs.isDefined) { config = optionalAttrs (!config.node.pkgsReadOnly) ( mkIf (!options.nixpkgs.pkgs.isDefined) { # Ensure we do not use aliases. Ideally this is only set # when the test framework is used by Nixpkgs NixOS tests. nixpkgs.config.allowAliases = false; # TODO: switch to nixpkgs.hostPlatform and make sure containers-imperative test still evaluates. nixpkgs.system = hostPkgs.stdenv.hostPlatform.system; }; } ); }) testModuleArgs.config.extraBaseModules ]; Loading nixos/modules/services/misc/gollum.nix +1 −1 Original line number Diff line number Diff line Loading @@ -154,5 +154,5 @@ in }; }; meta.maintainers = with lib.maintainers; [ erictapen bbenno joscha ]; meta.maintainers = with lib.maintainers; [ erictapen bbenno ]; } nixos/modules/services/network-filesystems/orangefs/server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ in { # orangefs daemon will run as user users.users.orangefs = { isSystemUser = true; group = "orangfs"; group = "orangefs"; }; users.groups.orangefs = {}; Loading nixos/tests/all-tests.nix +0 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,6 @@ in { graylog = handleTest ./graylog.nix {}; grocy = handleTest ./grocy.nix {}; grub = handleTest ./grub.nix {}; guacamole-client = handleTest ./guacamole-client.nix {}; guacamole-server = handleTest ./guacamole-server.nix {}; gvisor = handleTest ./gvisor.nix {}; hadoop = import ./hadoop { inherit handleTestOn; package=pkgs.hadoop; }; Loading nixos/tests/dconf.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,8 @@ import ./make-test-python.nix profiles.user.databases = [ { settings = { "test/not/locked" = mkInt32 1; "test/is/locked" = "locked"; "test/not".locked = mkInt32 1; "test/is".locked = "locked"; }; locks = [ "/test/is/locked" Loading Loading
nixos/lib/testing/nodes.nix +9 −7 Original line number Diff line number Diff line Loading @@ -30,13 +30,15 @@ let }) ({ options, ... }: { key = "nodes.nix-pkgs"; config = mkIf (!options.nixpkgs.pkgs.isDefined) { config = optionalAttrs (!config.node.pkgsReadOnly) ( mkIf (!options.nixpkgs.pkgs.isDefined) { # Ensure we do not use aliases. Ideally this is only set # when the test framework is used by Nixpkgs NixOS tests. nixpkgs.config.allowAliases = false; # TODO: switch to nixpkgs.hostPlatform and make sure containers-imperative test still evaluates. nixpkgs.system = hostPkgs.stdenv.hostPlatform.system; }; } ); }) testModuleArgs.config.extraBaseModules ]; Loading
nixos/modules/services/misc/gollum.nix +1 −1 Original line number Diff line number Diff line Loading @@ -154,5 +154,5 @@ in }; }; meta.maintainers = with lib.maintainers; [ erictapen bbenno joscha ]; meta.maintainers = with lib.maintainers; [ erictapen bbenno ]; }
nixos/modules/services/network-filesystems/orangefs/server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ in { # orangefs daemon will run as user users.users.orangefs = { isSystemUser = true; group = "orangfs"; group = "orangefs"; }; users.groups.orangefs = {}; Loading
nixos/tests/all-tests.nix +0 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,6 @@ in { graylog = handleTest ./graylog.nix {}; grocy = handleTest ./grocy.nix {}; grub = handleTest ./grub.nix {}; guacamole-client = handleTest ./guacamole-client.nix {}; guacamole-server = handleTest ./guacamole-server.nix {}; gvisor = handleTest ./gvisor.nix {}; hadoop = import ./hadoop { inherit handleTestOn; package=pkgs.hadoop; }; Loading
nixos/tests/dconf.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,8 @@ import ./make-test-python.nix profiles.user.databases = [ { settings = { "test/not/locked" = mkInt32 1; "test/is/locked" = "locked"; "test/not".locked = mkInt32 1; "test/is".locked = "locked"; }; locks = [ "/test/is/locked" Loading