mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2026-01-02 17:15:57 +00:00
ci: allow unsupported system in CI
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I501b1acdfd316ea11ec0875d3e976c316a6a6964
This commit is contained in:
parent
3bdcb714f4
commit
b301f2a2c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue