make reposilite a proper package

This commit is contained in:
uku 2024-02-04 16:46:24 +01:00
parent 99e4b8c1ef
commit 7f7225feef
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 6 additions and 2 deletions

View file

@ -2,4 +2,10 @@
flake.nixosModules = {
reposilite = import ./reposilite/module.nix self;
};
perSystem = {pkgs, ...}: {
packages = {
reposilite = pkgs.callPackage ./reposilite/derivation.nix {};
};
};
}