From ad840d3fab4d2e8dc27d265bbc0a08ed7e85c3a5 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 10 Dec 2023 08:56:11 -0500 Subject: ci: use gha & attic for building/caching --- 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