diff options
| author | seth <[email protected]> | 2023-11-13 20:45:35 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-14 02:55:54 +0000 |
| commit | 3e5263a327a3261d3d9957d723e9dc0e1d96e094 (patch) | |
| tree | 662921851c149f1dd61252584081dc754059732d /workflow.nix | |
| parent | e1387ae4821a95efabb356581f2234ef4aab42cb (diff) | |
ci!: gha -> garnix
compiling arm stuff with qemu is way too slow lol
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"]; - }; - }; -} |
