dotfiles/garnix.yaml

12 lines
340 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.*
- nixosConfigurations.*