Skip to content

Commit

Permalink
make reposilite a proper package
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Feb 4, 2024
1 parent 99e4b8c commit 7f7225f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions exprs/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
flake.nixosModules = {
reposilite = import ./reposilite/module.nix self;
};

perSystem = {pkgs, ...}: {
packages = {
reposilite = pkgs.callPackage ./reposilite/derivation.nix {};
};
};
}
2 changes: 0 additions & 2 deletions exprs/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
}

0 comments on commit 7f7225f

Please sign in to comment.