From 9e198170ff6eaf3061ee7f4678c0a81339e24179 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 25 Apr 2026 13:11:27 +0900 Subject: [PATCH] feat: filter out specific pjsk-cursor packages from the build matrix --- .forgejo/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 424f251..d73fe6a 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - id: set-matrix run: | source /etc/bashrc - PACKAGES=$(nix flake show --json | nix run nixpkgs#jq -- -c '.packages."x86_64-linux" | keys') + PACKAGES=$(nix flake show --json | nix run nixpkgs#jq -- -c '.packages."x86_64-linux" | keys | map(select((startswith("pjsk-cursor-") or (startswith("pjsk-cursors") and . != "pjsk-cursors")) | not))') echo "packages=$PACKAGES" >> $GITHUB_OUTPUT # check: