make reposilite a proper package
This commit is contained in:
parent
99e4b8c1ef
commit
7f7225feef
2 changed files with 6 additions and 2 deletions
|
@ -2,4 +2,10 @@
|
|||
flake.nixosModules = {
|
||||
reposilite = import ./reposilite/module.nix self;
|
||||
};
|
||||
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages = {
|
||||
reposilite = pkgs.callPackage ./reposilite/derivation.nix {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue