Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

foundationdb: cleanup

+3 -15
+3 -3
nixos/modules/services/databases/foundationdb.md
··· 6 6 7 7 *Maintainer:* Austin Seipp 8 8 9 - *Available version(s):* 5.1.x, 5.2.x, 6.0.x 9 + *Available version(s):* 7.1.x 10 10 11 11 FoundationDB (or "FDB") is an open source, distributed, transactional 12 12 key-value store. ··· 17 17 {file}`configuration.nix`: 18 18 ``` 19 19 services.foundationdb.enable = true; 20 - services.foundationdb.package = pkgs.foundationdb52; # FoundationDB 5.2.x 20 + services.foundationdb.package = pkgs.foundationdb71; # FoundationDB 7.1.x 21 21 ``` 22 22 23 23 The {option}`services.foundationdb.package` option is required, and ··· 66 66 ```ShellSession 67 67 a@link> cat fdb-status.py 68 68 #! /usr/bin/env nix-shell 69 - #! nix-shell -i python -p python pythonPackages.foundationdb52 69 + #! nix-shell -i python -p python pythonPackages.foundationdb71 70 70 71 71 import fdb 72 72 import json
-12
pkgs/development/tools/poetry2nix/poetry2nix/overrides/build-systems.json
··· 5761 5761 "fortiosapi": [ 5762 5762 "setuptools" 5763 5763 ], 5764 - "foundationdb51": [ 5765 - "setuptools" 5766 - ], 5767 - "foundationdb52": [ 5768 - "setuptools" 5769 - ], 5770 - "foundationdb60": [ 5771 - "setuptools" 5772 - ], 5773 - "foundationdb61": [ 5774 - "setuptools" 5775 - ], 5776 5764 "foundationdb71": [ 5777 5765 "setuptools" 5778 5766 ],