Commit 36e1dea2 authored by Emily's avatar Emily
Browse files

tests.stdenv: extend the existing `config`

parent ad906656
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  stdenv,
  pkgs,
  lib,
  config,
  testers,
}:

@@ -20,7 +21,7 @@ let
  # use a early stdenv so when hacking on stdenv this test can be run quickly
  bootStdenv = earlyPkgs.stdenv.__bootPackages.stdenv.__bootPackages.stdenv or earlyPkgs.stdenv;
  pkgsStructured = import pkgs.path {
    config = {
    config = config // {
      structuredAttrsByDefault = true;
    };
    inherit (stdenv.hostPlatform) system;