ci: allow unsupported system in CI

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I501b1acdfd316ea11ec0875d3e976c316a6a6964
This commit is contained in:
raf 2025-12-29 14:53:17 +03:00
commit b301f2a2c4
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
command:
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
- NIXPKGS_ALLOW_INSECURE=1 NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix flake check --accept-flake-config
- nix run .#alejandra-custom -- -c . -e ./npins
uses: ./.github/workflows/nix.yml
with: