diff options
| author | seth <[email protected]> | 2023-12-16 12:12:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 13:09:49 -0500 |
| commit | 0ed2febd06cbf1d4e0af957e2981296ea1b373ab (patch) | |
| tree | c8a39869da8aad241c10571793eb33f516672319 /garnix.yaml | |
| parent | c648beab27adbbf2bfd8bafad56ae54bb3e1b195 (diff) | |
ci: back to garnix once again
i kinda miss hci but im done switching until i get infra for it
Diffstat (limited to 'garnix.yaml')
| -rw-r--r-- | garnix.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/garnix.yaml b/garnix.yaml new file mode 100644 index 0000000..9a8d227 --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,10 @@ +builds: + exclude: + - "*.x86_64-darwin.*" + - "*.aarch64-darwin.*" + include: + - "checks.*.*" + - "devShells.x86_64-linux.default" + - "nixosConfigurations.*" + - "homeConfigurations.seth" + - "packages.*.*" |
