foundationdb: cleanup

This commit is contained in:
Weijia Wang 2023-06-08 14:48:41 +03:00
parent 7cd807e588
commit 4b8f7098da
2 changed files with 3 additions and 15 deletions

View file

@ -6,7 +6,7 @@
*Maintainer:* Austin Seipp *Maintainer:* Austin Seipp
*Available version(s):* 5.1.x, 5.2.x, 6.0.x *Available version(s):* 7.1.x
FoundationDB (or "FDB") is an open source, distributed, transactional FoundationDB (or "FDB") is an open source, distributed, transactional
key-value store. key-value store.
@ -17,7 +17,7 @@ To enable FoundationDB, add the following to your
{file}`configuration.nix`: {file}`configuration.nix`:
``` ```
services.foundationdb.enable = true; services.foundationdb.enable = true;
services.foundationdb.package = pkgs.foundationdb52; # FoundationDB 5.2.x services.foundationdb.package = pkgs.foundationdb71; # FoundationDB 7.1.x
``` ```
The {option}`services.foundationdb.package` option is required, and The {option}`services.foundationdb.package` option is required, and
@ -66,7 +66,7 @@ necessary Python modules).
```ShellSession ```ShellSession
a@link> cat fdb-status.py a@link> cat fdb-status.py
#! /usr/bin/env nix-shell #! /usr/bin/env nix-shell
#! nix-shell -i python -p python pythonPackages.foundationdb52 #! nix-shell -i python -p python pythonPackages.foundationdb71
import fdb import fdb
import json import json

View file

@ -5761,18 +5761,6 @@
"fortiosapi": [ "fortiosapi": [
"setuptools" "setuptools"
], ],
"foundationdb51": [
"setuptools"
],
"foundationdb52": [
"setuptools"
],
"foundationdb60": [
"setuptools"
],
"foundationdb61": [
"setuptools"
],
"foundationdb71": [ "foundationdb71": [
"setuptools" "setuptools"
], ],