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 {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -7,6 +7,4 @@ final: prev: {
|
|||
wine-discord-ipc-bridge = prev.callPackage ./wine-discord-ipc-bridge.nix {
|
||||
inherit (prev.pkgsCross.mingw32) stdenv;
|
||||
};
|
||||
|
||||
reposilite = prev.callPackage ./reposilite/derivation.nix {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue