feat(pkgs) add repo pack package

This commit is contained in:
ooks-io 2024-08-25 21:21:39 +12:00
parent 45a6774b20
commit f34eed5138
4 changed files with 33 additions and 7 deletions

View file

@ -2,6 +2,7 @@
perSystem = {pkgs, ...}: {
packages = {
live-buds-cli = pkgs.callPackage ./live-buds-cli {};
repopack = pkgs.callPackage ./repopack {};
};
};
}