Skip to content

mongodb-7_0: 7.0.16 -> 7.0.21

0b65aa0
Select commit
Loading
Failed to load commit list.
Merged

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

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-linux skipped Jul 18, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-linux: 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.