mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
foundationdb: cleanup
This commit is contained in:
parent
7cd807e588
commit
4b8f7098da
@ -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
|
||||
|
@ -5761,18 +5761,6 @@
|
||||
"fortiosapi": [
|
||||
"setuptools"
|
||||
],
|
||||
"foundationdb51": [
|
||||
"setuptools"
|
||||
],
|
||||
"foundationdb52": [
|
||||
"setuptools"
|
||||
],
|
||||
"foundationdb60": [
|
||||
"setuptools"
|
||||
],
|
||||
"foundationdb61": [
|
||||
"setuptools"
|
||||
],
|
||||
"foundationdb71": [
|
||||
"setuptools"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user