mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-22 13:14:41 +00:00
Merge pull request #161 from marksisson/patches/fix-mkgoenv-to-allow-passing-more-attributes
fix(builder): allow additional attributes in mkGoEnv derivation
This commit is contained in:
commit
ba932692e2
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ let
|
|||
{ pwd
|
||||
, toolsGo ? pwd + "/tools.go"
|
||||
, modules ? pwd + "/gomod2nix.toml"
|
||||
, ...
|
||||
}@attrs:
|
||||
let
|
||||
goMod = parseGoMod (readFile "${toString pwd}/go.mod");
|
||||
|
|
Loading…
Reference in a new issue