buildGoModule: respect user-specified passthru
Prioritize user-specified passthru arguments over those added by buildGoModule.
This commit is contained in:
parent
018e32bfe0
commit
010277de84
@ -307,7 +307,7 @@ let
|
||||
|
||||
disallowedReferences = lib.optional (!allowGoReference) go;
|
||||
|
||||
passthru = passthru // { inherit go goModules vendorHash; };
|
||||
passthru = { inherit go goModules vendorHash; } // passthru;
|
||||
|
||||
meta = {
|
||||
# Add default meta information
|
||||
|
Loading…
Reference in New Issue
Block a user