We'd like to do this for all available systems, but not their respective `homeConfigurations`.
13 lines
367 B
YAML
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.*
|