From 0ed2febd06cbf1d4e0af957e2981296ea1b373ab Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 16 Dec 2023 12:12:20 -0500 Subject: ci: back to garnix once again i kinda miss hci but im done switching until i get infra for it --- workflow.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 workflow.nix (limited to 'workflow.nix') 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"]; - }; - }; -} -- cgit v1.2.3