mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
Add ldflags to buildGoApplication function signature
This is not strictly required but is good for discoverability.
This commit is contained in:
parent
564d1edc26
commit
f3314213be
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ let
|
|||
, meta ? { }
|
||||
, passthru ? { }
|
||||
, tags ? [ ]
|
||||
, ldflags ? [ ]
|
||||
|
||||
# needed for buildFlags{,Array} warning
|
||||
, buildFlags ? ""
|
||||
|
|
Loading…
Reference in a new issue