tests.stdenv: extend the existing config

This commit is contained in:
Emily
2026-02-19 16:07:57 +00:00
parent ad90665682
commit 36e1dea26b
+2 -1
View File
@@ -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;