Merge pull request #317076 from amarshall/bundlerenv-passthru

bundlerEnv: Fix passthru not being passed-through
This commit is contained in:
Artturin 2024-06-18 20:36:46 +03:00 committed by GitHub
commit c47aaa6439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@
, nativeBuildInputs ? [] , nativeBuildInputs ? []
, buildInputs ? [] , buildInputs ? []
, extraConfigPaths ? [] , extraConfigPaths ? []
, passthru ? {}
, ... , ...
}@args: }@args:
@ -182,7 +183,7 @@ let
exit 1 exit 1
''; '';
}; };
}); } // passthru);
}; };
basicEnv = basicEnv =