mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-24 04:51:27 +00:00
chore: test digital ocean support
This commit is contained in:
parent
746e8ad4ec
commit
b70faaf19e
|
@ -29,7 +29,7 @@ let
|
||||||
version = "2.1.1";
|
version = "2.1.1";
|
||||||
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 = "1035f9215d72800a71b4918b71fb4eb633432f5f";
|
rev = "6aadbabbc4da5dca0a704b9b1a0a3ee58e81bca5";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue