···3232 key = "nodes.nix-pkgs";
3333 config = optionalAttrs (!config.node.pkgsReadOnly) (
3434 mkIf (!options.nixpkgs.pkgs.isDefined) {
3535- # Ensure we do not use aliases. Ideally this is only set
3636- # when the test framework is used by Nixpkgs NixOS tests.
3737- nixpkgs.config.allowAliases = false;
3835 # TODO: switch to nixpkgs.hostPlatform and make sure containers-imperative test still evaluates.
3936 nixpkgs.system = hostPkgs.stdenv.hostPlatform.system;
4037 }