mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-25 21:41:28 +00:00
fix
This commit is contained in:
parent
01b66aff55
commit
cc25365e87
|
@ -30,7 +30,7 @@ let
|
||||||
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 = "fe01fbacfccdc353fab16bbee4793753c1e5ac2a";
|
rev = "fe01fbacfccdc353fab16bbee4793753c1e5ac2a";
|
||||||
ref = "test-migration"
|
ref = "test-migration";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue