From 648620fcae21a93a86275fc87a28732f91737725 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 21 Dec 2023 18:54:59 -0500 Subject: module: add exclude option --- test/module/flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/module') diff --git a/test/module/flake.nix b/test/module/flake.nix index 69aa4a2..0bbbc54 100644 --- a/test/module/flake.nix +++ b/test/module/flake.nix @@ -25,6 +25,10 @@ "aarch64-darwin" ]; + githubWorkflowGenerator.exclude = [ + "packages.x86_64-linux.otherHello" + ]; + perSystem = {pkgs, ...}: { devShells.default = pkgs.mkShell { packages = [pkgs.hello]; @@ -32,6 +36,7 @@ packages = { inherit (pkgs) hello; + otherHello = pkgs.hello; default = pkgs.hello; }; }; -- cgit v1.2.3