forked from nyanloutre/nixos-config
11 lines
175 B
Nix
11 lines
175 B
Nix
|
self: super:
|
||
|
let
|
||
|
unstable = import <nixos-unstable> {};
|
||
|
in
|
||
|
{
|
||
|
jackett = unstable.jackett;
|
||
|
radarr = unstable.radarr;
|
||
|
sonarr = unstable.sonarr;
|
||
|
emby = unstable.emby;
|
||
|
}
|