about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-09T00·51+0000
committerVincent Ambo <mail@tazj.in>2019-12-09T01·07+0000
commit6a526620e25a349642b161eb687dec2e005360e5 (patch)
tree32cd5eea61f8725be33abda129b55aface7893ad /README.md
parent28e587b348a8aaa7af00a004c05286af9d35ca9a (diff)
feat(buildGo): Add 'overrideGo' argument overriding function
This makes it possible to override arguments to the Go builders
downstream in the style of `overrideAttrs` from standard nixpkgs
derivations.

For example, given a Nix value `foo` that builds a binary called `foo`
the name of this binary could be changed and a new dependency on
`somelib` added like so:

    foo.overrideGo(old: {
      name = "bar";
      deps = old.deps ++ [ somelib ];
    })
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions