chore(pkgs): remove reposilite

package was upstreamed two months ago
This commit is contained in:
Leo Roux-Alzate 2024-09-27 14:48:24 +02:00
parent 5269b71806
commit 0240c60903
No known key found for this signature in database
4 changed files with 3 additions and 44 deletions

View file

@ -38,7 +38,7 @@
overlays.default = import ./pkgs/all-packages.nix;
nixosModules = {
reposilite = import ./modules/reposilite.nix self;
reposilite = import ./modules/reposilite.nix;
};
};
};