summaryrefslogtreecommitdiff
path: root/nix/workflow.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-16 00:34:10 -0500
committerseth <[email protected]>2023-12-16 11:29:01 -0500
commit51c97f77ae11d4eb8e5c38a9f5d0b5ca9d8e3da4 (patch)
tree7a7e32f0ff01549252fb205886c602f919c8b211 /nix/workflow.nix
parentbd2966db8f3660c03039a0f6ab03e850f0e17d45 (diff)
ci: back to garnix
Diffstat (limited to 'nix/workflow.nix')
-rw-r--r--nix/workflow.nix15
1 files changed, 0 insertions, 15 deletions
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"];
- };
- };
-}