From c5ea78f965678c6d4041259a72a284efe05a8b57 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Wed, 1 Feb 2017 20:18:04 +0100 Subject: [PATCH] I should test locally --- nix/.nixpkgs/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/.nixpkgs/config.nix b/nix/.nixpkgs/config.nix index de2d329..5a5b38f 100644 --- a/nix/.nixpkgs/config.nix +++ b/nix/.nixpkgs/config.nix @@ -106,7 +106,7 @@ sha256 = "1bjih6y21vmjmsk3xvhgc1innymryklgylyvjrskqw610niai59j"; }; }); - streamer = if (hasAttr "streamlink" pkgs) then streamlink else pythonPackages.livestreamer; + streamer = if (builtins.hasAttr "streamlink" pkgs) then streamlink else pythonPackages.livestreamer; yscripts = pkgs.callPackage ../dotfiles/bin {};