From 9b83bc67b352dd5be65dd967cbadf56fdbf8e8b8 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 10 Sep 2018 14:57:00 +0200 Subject: [PATCH] fix Jackett mono 3.8 --- overlays/jackett.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/overlays/jackett.nix b/overlays/jackett.nix index 8cca722..642b1c6 100644 --- a/overlays/jackett.nix +++ b/overlays/jackett.nix @@ -1,6 +1,10 @@ self: super: let - unstable = import {}; + # unstable = import {}; + unstable = import (fetchTarball { + url = "https://github.com/NixOS/nixpkgs/archive/fc2c606a7ac8fb48be4181f777d029bd75c0c58a.tar.gz"; + sha256 = "1sd4587ip0fc05nwbaiiqqfx5ra2iyjdcmrapda4g41m0c9cyd34"; + }) {}; in { jackett = unstable.jackett;