Commit graph

7 commits

Author SHA1 Message Date
zuqq
23c5e85dad Call templates/app/shell.nix without buildGoApplication 2023-09-23 22:13:09 +01:00
Jörg Thalheim
495a010f5e use flake-utils input and also override it in the template 2023-09-13 08:44:51 +02:00
Jörg Thalheim
f6cddc0ed8 update the reason why we have to use a newer sdk for macOS 2023-09-13 08:25:30 +02:00
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
adisbladis
d4eb034312 Update tweag reference to nix-community in flake template 2022-09-02 17:13:35 +12:00
adisbladis
759483247e Align flake template with recent API changes and improvements 2022-06-14 17:35:19 +08:00
adisbladis
d30b3ca30a templates: Add a flake template 2022-05-30 19:17:02 +08:00