Loading nixos/lib/testing/nodes.nix +2 −2 Original line number Diff line number Diff line Loading @@ -28,9 +28,9 @@ let { virtualisation.qemu.package = testModuleArgs.config.qemu.package; }) (optionalAttrs (!config.node.pkgsReadOnly) { ({ options, ... }: { key = "nodes.nix-pkgs"; config = { config = 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; Loading Loading
nixos/lib/testing/nodes.nix +2 −2 Original line number Diff line number Diff line Loading @@ -28,9 +28,9 @@ let { virtualisation.qemu.package = testModuleArgs.config.qemu.package; }) (optionalAttrs (!config.node.pkgsReadOnly) { ({ options, ... }: { key = "nodes.nix-pkgs"; config = { config = 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; Loading