diff options
| author | seth <[email protected]> | 2023-12-16 12:12:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 13:09:49 -0500 |
| commit | 0ed2febd06cbf1d4e0af957e2981296ea1b373ab (patch) | |
| tree | c8a39869da8aad241c10571793eb33f516672319 /workflow.nix | |
| parent | c648beab27adbbf2bfd8bafad56ae54bb3e1b195 (diff) | |
ci: back to garnix once again
i kinda miss hci but im done switching until i get infra for it
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 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"]; - }; - }; -} |
