I should test locally

auto-flake-update
Yorick van Pelt 2017-02-01 20:18:04 +01:00
parent 4441845772
commit c5ea78f965
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
sha256 = "1bjih6y21vmjmsk3xvhgc1innymryklgylyvjrskqw610niai59j"; 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 {}; yscripts = pkgs.callPackage ../dotfiles/bin {};