From 51c97f77ae11d4eb8e5c38a9f5d0b5ca9d8e3da4 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 16 Dec 2023 00:34:10 -0500 Subject: ci: back to garnix --- nix/workflow.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nix/workflow.nix (limited to 'nix/workflow.nix') diff --git a/nix/workflow.nix b/nix/workflow.nix deleted file mode 100644 index 600a1bb..0000000 --- a/nix/workflow.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - githubWorkflowGenerator = { - outputs = [ - "checks" - "devShells" - "packages" - ]; - - overrides = { - checks.systems = ["x86_64-linux"]; - devShells.systems = ["x86_64-linux"]; - packages.systems = ["x86_64-linux"]; - }; - }; -} -- cgit v1.2.3