From aad424b4ba9989be4536390749ad0de351dd13ef Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Dec 2023 02:40:21 -0500 Subject: flake: move nix to folder to nix/ --- nix/workflow.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nix/workflow.nix (limited to 'nix/workflow.nix') diff --git a/nix/workflow.nix b/nix/workflow.nix new file mode 100644 index 0000000..600a1bb --- /dev/null +++ b/nix/workflow.nix @@ -0,0 +1,15 @@ +{ + githubWorkflowGenerator = { + outputs = [ + "checks" + "devShells" + "packages" + ]; + + overrides = { + checks.systems = ["x86_64-linux"]; + devShells.systems = ["x86_64-linux"]; + packages.systems = ["x86_64-linux"]; + }; + }; +} -- cgit v1.2.3