unstable channel in a package

This commit is contained in:
nyanloutre 2018-10-01 15:32:25 +02:00
parent 9b63f65e93
commit 267178d224
2 changed files with 2 additions and 3 deletions

View file

@ -3,6 +3,7 @@ let
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
in
{
unstable-pkgs = unstable;
jackett = unstable.jackett;
radarr = unstable.radarr;
sonarr = unstable.sonarr;