chore(pkgs): remove reposilite

package was upstreamed two months ago
This commit is contained in:
uku 2024-09-27 14:48:24 +02:00
parent fac4a04df6
commit 06c8ae96d4
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
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;
};
};
};