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

@ -28,20 +28,20 @@
]
},
"locked": {
"lastModified": 1717701247,
"narHash": "sha256-MiP9/qgfxEFG0XrsNhKxKkct4g+ucNpxzUdN9c5Kklg=",
"ref": "refs/heads/master",
"rev": "8c753730c41fe9f2ba281bcabc76808bf61754fc",
"revCount": 1306,
"lastModified": 1709843377,
"narHash": "sha256-lQGd4xtKWsIlD5vVurrA/xtNYxYFGfLGyev4oOUeMmY=",
"ref": "master",
"rev": "1f1fcc223be4c6ae65eef1d50918aed0826e5ad1",
"revCount": 1259,
"type": "git",
"url": "https://git.selfprivacy.org/def/selfprivacy-rest-api.git"
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
},
"original": {
"type": "git",
"url": "https://git.selfprivacy.org/def/selfprivacy-rest-api.git"
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
}
}
},
"root": "root",
"version": 7
}
}

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";
};

View file

@ -89,5 +89,4 @@ lib.mkIf sp.modules.simple-nixos-mailserver.enable
virusScanning = false;
};
}