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

View file

@ -5,7 +5,7 @@
nixpkgs.url = github:nixos/nixpkgs; nixpkgs.url = github:nixos/nixpkgs;
selfprivacy-api.url = 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 # make selfprivacy-api use the same shared nixpkgs
selfprivacy-api.inputs.nixpkgs.follows = "nixpkgs"; selfprivacy-api.inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

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