add prowlarr overlay
This commit is contained in:
parent
497d4148df
commit
96da9c78ae
2 changed files with 10 additions and 9 deletions
|
@ -10,6 +10,7 @@
|
|||
./nix-index-daily
|
||||
./onepassword-connect
|
||||
./podman
|
||||
./prowlarr
|
||||
./qbittorrent
|
||||
./reboot-required-check.nix
|
||||
./sabnzbd
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
let
|
||||
{inputs, ...}: let
|
||||
# smartmontoolsOverlay = import ./smartmontools { };
|
||||
# vivaldiOverlay = self: super: { vivaldi = super.callPackage ./vivaldi { }; };
|
||||
coderOverlay = self: super: {coder = super.callPackage ./coder {};};
|
||||
modsOverlay = self: super: {mods = super.callPackage ./charm-mods {};};
|
||||
termiusOverlay = self: super: {termius = super.callPackage ./termius {};};
|
||||
in
|
||||
{
|
||||
in {
|
||||
# smartmontools = smartmontoolsOverlay;
|
||||
# vivaldi = vivaldiOverlay;
|
||||
coder = coderOverlay;
|
||||
|
@ -27,7 +25,8 @@ in
|
|||
// {
|
||||
# Add talosctl to the unstable set
|
||||
talosctl = final.unstable.callPackage ./talosctl {
|
||||
inherit (final.unstable)
|
||||
inherit
|
||||
(final.unstable)
|
||||
lib
|
||||
buildGoModule
|
||||
fetchFromGitHub
|
||||
|
@ -35,6 +34,7 @@ in
|
|||
;
|
||||
};
|
||||
xpipe = final.unstable.callPackage ./xpipe/ptb.nix {};
|
||||
prowlarr = final.unstable.callPackage ./arr/prowlarr.nix {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue