nix-community / gomod2nix

Convert applications using Go modules to Nix expressions [maintainer=]
MIT License
219 stars 55 forks source link

fix(builder): allow additional attributes in mkGoEnv derivation #161

Open marksisson opened 3 months ago

marksisson commented 3 months ago

Extended the mkGoEnv derivation to accept additional attributes by introducing a variadic argument. This change provides the intended behavior of the mkGoEnv derivation, which is to allow the user to pass additional attributes to mkDerivation.

marksisson commented 2 weeks ago

@adisbladis please review