fix wrong ref

rolling
Inex Code 2021-12-02 20:37:21 +03:00
parent 970cdbebe4
commit 87704b6225
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ let
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "71fc93914afbcbc952e7fe1d2e4b55d1d2c8c2dd";
ref = "rolling";
ref = "system-configuration";
};
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui pytz pytest pytest-mock pytest ];
meta = {