From 3e5263a327a3261d3d9957d723e9dc0e1d96e094 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 13 Nov 2023 20:45:35 -0500 Subject: ci!: gha -> garnix compiling arm stuff with qemu is way too slow lol --- 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 e9cec5d..0000000 --- a/workflow.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - githubWorkflowGenerator = { - outputs = [ - "checks" - "devShells" - "darwinConfigurations" - "nixosConfigurations" - "homeConfigurations" - ]; - - overrides = { - checks.systems = ["x86_64-linux"]; - devShells.systems = ["x86_64-linux" "x86_64-darwin"]; - }; - }; -} -- cgit v1.2.3