mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 04:31:26 +00:00
Storage management
This commit is contained in:
parent
5473f2e633
commit
7fb8f34ec9
|
@ -23,13 +23,14 @@ let
|
||||||
, mnemonic
|
, mnemonic
|
||||||
, pydantic
|
, pydantic
|
||||||
, strawberry_graphql
|
, strawberry_graphql
|
||||||
|
, psutil
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "selfprivacy-api";
|
pname = "selfprivacy-api";
|
||||||
version = "1.2.6";
|
version = "1.2.6";
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||||
rev = "45c3e3003d01941ccca61846e81b591f8b7d7992";
|
rev = "5532114668abbd0bd69fec8781a89e3ba8290268";
|
||||||
ref = "graphql";
|
ref = "graphql";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -49,6 +50,7 @@ let
|
||||||
mnemonic
|
mnemonic
|
||||||
pydantic
|
pydantic
|
||||||
strawberry_graphql
|
strawberry_graphql
|
||||||
|
psutil
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue