gomod2nix/builder
adisbladis 1ffea526a0 Add package generation for non development packages
This makes it possible to generate packages that you do not have a
local checkout for, e.g. running:
`gomod2nix generate --outdir example/ golang.org/x/tools/cmd/stringer`

This will be useful for packaging dependencies that you are not
developing, but just simply packaging.
2022-06-14 05:15:43 +08:00
..
install Precompile internal packages instead of using go run 2022-06-13 20:37:42 +08:00
symlink Precompile internal packages instead of using go run 2022-06-13 20:37:42 +08:00
default.nix Add package generation for non development packages 2022-06-14 05:15:43 +08:00
fetch.sh fetcher: Make sure sources are writable before filtering .ds_store 2022-06-13 20:37:42 +08:00
parser.nix Fix go.mod parser for repeated replace directives 2022-05-29 16:23:37 +08:00