Unverified Commit 87391b68 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

Merge pull request #265836 from hercules-ci/nixosTests-no-surprises

nixos/testing/nodes: Do allow aliases
parents a3987f51 ae5cb919
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -32,9 +32,6 @@ let
            key = "nodes.nix-pkgs";
            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;
              }