Skip to content

Commit

Permalink
Merge pull request #161 from marksisson/patches/fix-mkgoenv-to-allow-…
Browse files Browse the repository at this point in the history
…passing-more-attributes

fix(builder): allow additional attributes in mkGoEnv derivation
  • Loading branch information
marcusramberg authored Sep 27, 2024
2 parents 1c6fd4e + db1533e commit ba93269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ let
{ pwd
, toolsGo ? pwd + "/tools.go"
, modules ? pwd + "/gomod2nix.toml"
, ...
}@attrs:
let
goMod = parseGoMod (readFile "${toString pwd}/go.mod");
Expand Down

0 comments on commit ba93269

Please sign in to comment.