diff options
| author | seth <[email protected]> | 2023-12-11 13:56:31 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 14:01:17 -0500 |
| commit | 0aaaf2dee691080da3d927ec1f5634dd671ba079 (patch) | |
| tree | 928942710f4e38087b76240d9854d6b77d3fec33 /workflow.nix | |
| parent | ef70e7e565ab153ee5dc2bbe580c6442cfc5a4f5 (diff) | |
Revert "ci: use gha & attic for building/caching"
Diffstat (limited to 'workflow.nix')
| -rw-r--r-- | workflow.nix | 16 |
1 files changed, 0 insertions, 16 deletions
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"]; - }; - }; -} |
