mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #236640 from wegank/foundationdb-cleanup
foundationdb: cleanup
This commit is contained in:
commit
4f40a8bdb4
2 changed files with 3 additions and 15 deletions
|
@ -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
|
||||||
|
|
|
@ -5761,18 +5761,6 @@
|
||||||
"fortiosapi": [
|
"fortiosapi": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"foundationdb51": [
|
|
||||||
"setuptools"
|
|
||||||
],
|
|
||||||
"foundationdb52": [
|
|
||||||
"setuptools"
|
|
||||||
],
|
|
||||||
"foundationdb60": [
|
|
||||||
"setuptools"
|
|
||||||
],
|
|
||||||
"foundationdb61": [
|
|
||||||
"setuptools"
|
|
||||||
],
|
|
||||||
"foundationdb71": [
|
"foundationdb71": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue