Skip to content

[Backport release-25.05] mongodb-7_0: 7.0.16 -> 7.0.21#426481

Merged
wolfgangwalther merged 1 commit into
release-25.05from
backport-399594-to-release-25.05
Aug 9, 2025
Merged

[Backport release-25.05] mongodb-7_0: 7.0.16 -> 7.0.21#426481
wolfgangwalther merged 1 commit into
release-25.05from
backport-399594-to-release-25.05

mongodb-7_0: 7.0.16 -> 7.0.21

0b65aa0
Select commit
Loading
Failed to load commit list.
OfBorg / mongodb-7_0, mongodb-7_0.passthru.tests on x86_64-darwin skipped Aug 23, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-darwin: mongodb-7_0, mongodb-7_0.passthru.tests

Details

Partial log

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

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