summaryrefslogtreecommitdiff
path: root/workflow.nix
diff options
context:
space:
mode:
Diffstat (limited to 'workflow.nix')
-rw-r--r--workflow.nix16
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"];
- };
- };
-}