diff options
| author | seth <[email protected]> | 2023-07-27 18:04:44 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-27 18:18:32 -0400 |
| commit | a8ca7e997f9cc657200b3a847035161460861458 (patch) | |
| tree | 7761bb4c48adf11df864dc0aee4859b8fd72411d /garnix.yaml | |
| parent | 6674cd1c5a25ec3ad07464f3710e7a82b9ca8590 (diff) | |
ci: use default outputs instead of checks
Diffstat (limited to 'garnix.yaml')
| -rw-r--r-- | garnix.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/garnix.yaml b/garnix.yaml index 943f383..b4cd627 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -2,6 +2,6 @@ builds: exclude: [] include: - "checks.x86_64-linux.*" - - "checks.aarch64-linux.*" - - "checks.x86_64-darwin.*" - "devShells.x86_64-linux.default" + - "nixosConfigurations.*" + - "homeConfigurations.x86_64-linux.*" |
