diff options
| author | seth <[email protected]> | 2024-02-08 22:11:23 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-09 01:17:16 -0500 |
| commit | 36fc22ff3d454fd53094aaa5c22ed8bb365bc327 (patch) | |
| tree | 36519607c3d99a5043a25e58ad478b51dd3560d3 /garnix.yaml | |
| parent | 3f19e4f7420916c45d6c8a1cab5b476b1c863ed0 (diff) | |
ci!: switch back to garnix & remove deploy workflows
i don't need terranix to deployed on each run, i can do it manually
i can also have devices pull from this flake for updates instead of
always pushing when they hit `main`
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..bfe29de --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,10 @@ +builds: + exclude: + - "*.x86_64-darwin.*" + - "*.aarch64-darwin.*" + include: + - "checks.*.*" + - "devShells.*.*" + - "nixosConfigurations.*" + - "homeConfigurations.*" + - "packages.*.*" |
