From 78a344c27ded577693734ed733a57cfd582700a3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Dec 2023 22:06:24 -0500 Subject: tree-wide: back to attic & gha again --- workflow.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 workflow.nix (limited to 'workflow.nix') diff --git a/workflow.nix b/workflow.nix new file mode 100644 index 0000000..ad34794 --- /dev/null +++ b/workflow.nix @@ -0,0 +1,16 @@ +{ + githubWorkflowGenerator = { + outputs = [ + "checks" + "devShells" + "nixosConfigurations" + "darwinConfigurations" + ]; + + overrides = { + app.systems = ["x86_64-linux"]; + checks.systems = ["x86_64-linux"]; + devShells.systems = ["x86_64-linux"]; + }; + }; +} -- cgit v1.2.3