fix: remove test links

This commit is contained in:
dettlaff
2024-06-07 04:45:35 +04:00
parent b6b1c3b2fb
commit f9a949b5b5
3 changed files with 9 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
nixpkgs.url = github:nixos/nixpkgs;
selfprivacy-api.url =
git+https://git.selfprivacy.org/def/selfprivacy-rest-api.git;
git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git;
# make selfprivacy-api use the same shared nixpkgs
selfprivacy-api.inputs.nixpkgs.follows = "nixpkgs";
};