dotfiles/garnix.yaml
Spotlight 31eefe44e6
garnix: Only build exported packages
We'd like to do this for all available systems, but not their respective `homeConfigurations`.
2024-10-07 21:04:31 -05:00

13 lines
367 B
YAML

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.*