summaryrefslogtreecommitdiff
path: root/workflow.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-16 12:12:20 -0500
committerseth <[email protected]>2023-12-16 13:09:49 -0500
commit0ed2febd06cbf1d4e0af957e2981296ea1b373ab (patch)
treec8a39869da8aad241c10571793eb33f516672319 /workflow.nix
parentc648beab27adbbf2bfd8bafad56ae54bb3e1b195 (diff)
ci: back to garnix once again
i kinda miss hci but im done switching until i get infra for it
Diffstat (limited to 'workflow.nix')
-rw-r--r--workflow.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/workflow.nix b/workflow.nix
deleted file mode 100644
index ad34794..0000000
--- a/workflow.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- githubWorkflowGenerator = {
- outputs = [
- "checks"
- "devShells"
- "nixosConfigurations"
- "darwinConfigurations"
- ];
-
- overrides = {
- app.systems = ["x86_64-linux"];
- checks.systems = ["x86_64-linux"];
- devShells.systems = ["x86_64-linux"];
- };
- };
-}