From 0aaaf2dee691080da3d927ec1f5634dd671ba079 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 11 Dec 2023 13:56:31 -0500 Subject: Revert "ci: use gha & attic for building/caching" --- 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