garnix: Only build exported packages

We'd like to do this for all available systems, but not their respective `homeConfigurations`.
This commit is contained in:
Spotlight 2024-10-07 21:04:31 -05:00
parent 378572fe5b
commit 31eefe44e6
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

13
garnix.yaml Normal file
View file

@ -0,0 +1,13 @@
builds:
# Only build exported packages...
include:
- 'packages.*.*'
# ...but not home-manager configurations, or anything else.
exclude:
- 'packages.*.homeConfigurations'
# TODO(spotlightishere): Why is this necessary?
# They are otherwise built.
- devShell.x86_64-linux
- homeConfigurations.*
- darwinConfigurations.*
- nixosConfigurations.*