gomod2nix/templates/app
Jörg Thalheim cf42f710c1 expose flake interface that does not rely on overlays
As creator of small tools, my flakes might often end up in other peoples
projects. Overlays are a performance problem in those use cases because
I would kept re-instantiating nixpkgs instances. Of course I could also
expose my stuff as overlays as well.

In that case I would need to merge downstream dependencies like
go2modnix as well, which would polute their nixpkgs instance with
unrelated stuff and also make it harder for my users to tell what random
attributes came from which place.
2023-09-13 08:24:13 +02:00
..
.gitignore templates: Add a flake template 2022-05-30 19:17:02 +08:00
default.nix expose flake interface that does not rely on overlays 2023-09-13 08:24:13 +02:00
flake.nix expose flake interface that does not rely on overlays 2023-09-13 08:24:13 +02:00
go.mod templates: Add a flake template 2022-05-30 19:17:02 +08:00
gomod2nix.toml templates: Add a flake template 2022-05-30 19:17:02 +08:00
main.go templates: Add a flake template 2022-05-30 19:17:02 +08:00
shell.nix expose flake interface that does not rely on overlays 2023-09-13 08:24:13 +02:00