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