Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-24.05] unifi8: 8.4.59 -> 8.4.62 #341671

Merged
merged 1 commit into from
Sep 14, 2024

unifi8: 8.4.59 -> 8.4.62

474e47c
Select commit
Loading
Failed to load commit list.
Merged

[Backport release-24.05] unifi8: 8.4.59 -> 8.4.62 #341671

unifi8: 8.4.59 -> 8.4.62
474e47c
Select commit
Loading
Failed to load commit list.
OfBorg / unifi8, unifi8.passthru.tests on x86_64-linux succeeded Sep 13, 2024 in 0s

Success

Attempted: unifi8.passthru.tests

The following builds were skipped because they don't evaluate on x86_64-linux: unifi8

Details

Partial log

       Alternatively you can configure a predicate to allow specific packages:
         { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
             "unifi-controller"
           ];
         }

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnfree = true; }
       to ~/.config/nixpkgs/config.nix.