nixos-config/overlays/jackett.nix

8 lines
95 B
Nix
Raw Normal View History

2018-08-28 15:29:48 +02:00
self: super:
let
unstable = import <nixos-unstable> {};
in
{
jackett = unstable.jackett;
}