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:
parent
378572fe5b
commit
31eefe44e6
1 changed files with 13 additions and 0 deletions
13
garnix.yaml
Normal file
13
garnix.yaml
Normal 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.*
|
Loading…
Add table
Add a link
Reference in a new issue