Merge pull request #236640 from wegank/foundationdb-cleanup

foundationdb: cleanup
This commit is contained in:
Weijia Wang 2023-06-08 15:50:03 +03:00 committed by GitHub
commit 4f40a8bdb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 15 deletions

View file

@ -6,7 +6,7 @@
*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
key-value store.
@ -17,7 +17,7 @@ To enable FoundationDB, add the following to your
{file}`configuration.nix`:
```
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
@ -66,7 +66,7 @@ necessary Python modules).
```ShellSession
a@link> cat fdb-status.py
#! /usr/bin/env nix-shell
#! nix-shell -i python -p python pythonPackages.foundationdb52
#! nix-shell -i python -p python pythonPackages.foundationdb71
import fdb
import json

View file

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