summaryrefslogtreecommitdiff
path: root/nix/workflow.nix
diff options
context:
space:
mode:
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"];
- };
- };
-}