ci: fix for unfree packages
Some checks failed
nix / check (push) Failing after 13m8s

This commit is contained in:
L-Nafaryus 2024-08-09 17:02:08 +05:00
parent 30c99f8d8d
commit bb7c9204f5
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38

View File

@ -14,4 +14,4 @@ jobs:
submodules: true
token: "${{ secrets.REPO_PAT }}"
- run: |
NIXPKGS_ALLOW_BROKEN=1 nix flake check --allow-import-from-derivation --keep-going --impure
NIXPKGS_ALLOW_BROKEN=1 NIXPKGS_ALLOW_UNFREE=1 nix flake check --allow-import-from-derivation --keep-going --impure