mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added custom package
This commit is contained in:
parent
5513491697
commit
a0dc72ccda
5 changed files with 59 additions and 3 deletions
|
|
@ -32,6 +32,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
overlays = [
|
||||
(final: prev: rec {
|
||||
AFKCommands = final.callPackage ./pkgs/AFKCommands {};
|
||||
}
|
||||
)];
|
||||
};
|
||||
lib = nixpkgs.lib;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue