2018-08-28 15:29:48 +02:00
|
|
|
self: super:
|
|
|
|
let
|
2018-09-10 14:57:00 +02:00
|
|
|
# unstable = import <nixos-unstable> {};
|
|
|
|
unstable = import (fetchTarball {
|
|
|
|
url = "https://github.com/NixOS/nixpkgs/archive/fc2c606a7ac8fb48be4181f777d029bd75c0c58a.tar.gz";
|
|
|
|
sha256 = "1sd4587ip0fc05nwbaiiqqfx5ra2iyjdcmrapda4g41m0c9cyd34";
|
|
|
|
}) {};
|
2018-08-28 15:29:48 +02:00
|
|
|
in
|
|
|
|
{
|
|
|
|
jackett = unstable.jackett;
|
|
|
|
}
|