mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
Allow customizing the package in the module
This commit is contained in:
parent
26b0e3b21d
commit
7434f7bc64
2 changed files with 11 additions and 1 deletions
|
@ -21,6 +21,12 @@
|
|||
|
||||
defaultPackage = packages.youmubot;
|
||||
|
||||
overlays.default = final: prev: {
|
||||
youmubot = final.callPackage ./package.nix {
|
||||
naersk = final.callPackage inputs.naersk { };
|
||||
};
|
||||
};
|
||||
|
||||
# `nix run`
|
||||
apps.youmubot = flake-utils.lib.mkApp {
|
||||
drv = packages.youmubot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue