Skip to content

Commit a2bd9da

Browse files
committed
chore: mergeArgs to merge env
1 parent 62af969 commit a2bd9da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ lib.makeScope pkgs.newScope (
178178
buildInputs = l.buildInputs or [ ] ++ r.buildInputs or [ ];
179179
nativeBuildInputs = l.nativeBuildInputs or [ ] ++ r.nativeBuildInputs or [ ];
180180
packages = l.packages or [ ] ++ r.packages or [ ];
181+
env = l.env or { } // r.env or { };
181182
};
182183
}
183184
)

0 commit comments

Comments
 (0)