From ea6a9e2d5f3dd0d5ff12e80a4669efb21542c00c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 30 Oct 2023 06:09:38 -0400 Subject: tree-wide: garnix -> gha --- 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..e9cec5d --- /dev/null +++ b/workflow.nix @@ -0,0 +1,16 @@ +{ + githubWorkflowGenerator = { + outputs = [ + "checks" + "devShells" + "darwinConfigurations" + "nixosConfigurations" + "homeConfigurations" + ]; + + overrides = { + checks.systems = ["x86_64-linux"]; + devShells.systems = ["x86_64-linux" "x86_64-darwin"]; + }; + }; +} -- cgit v1.2.3