m 2 default: fix nixpkgs requests2 fuckup

This commit is contained in:
makefu 2017-05-15 22:53:13 +02:00
parent 1aa20d39d7
commit 56116a4dfa
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -22,7 +22,7 @@ with import <stockholm/lib>;
user = config.krebs.users.makefu;
source = let
inherit (config.krebs.build) host user;
ref = "0afb6d7"; # unstable @ 2017-05-09
ref = "a772c3a"; # unstable @ 2017-05-09 + graceful requests2
in {
nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then
{