reroute api to houkime test fork

master
Houkime 2022-10-14 13:20:28 +00:00
parent c6c151faec
commit 7700076699
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ let
pname = "selfprivacy-graphql-api";
version = "2.0.9";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "0a09a338b850704f221bd9b451519290584ef209";
url = "https://git.selfprivacy.org/houkime/selfprivacy-rest-api.git";
#rev = "0a09a338b850704f221bd9b451519290584ef209";
};
propagatedBuildInputs = [
setuptools