We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
env
1 parent 62af969 commit a2bd9daCopy full SHA for a2bd9da
1 file changed
lib/default.nix
@@ -178,6 +178,7 @@ lib.makeScope pkgs.newScope (
178
buildInputs = l.buildInputs or [ ] ++ r.buildInputs or [ ];
179
nativeBuildInputs = l.nativeBuildInputs or [ ] ++ r.nativeBuildInputs or [ ];
180
packages = l.packages or [ ] ++ r.packages or [ ];
181
+ env = l.env or { } // r.env or { };
182
};
183
}
184
)
0 commit comments