m 2 default: revert to working ref

This commit is contained in:
makefu 2017-06-18 22:48:40 +02:00
parent bda14221cf
commit 8a150bcd44
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -10,6 +10,7 @@ let
''; '';
in { in {
services.logstash = { services.logstash = {
package = pkgs.logstash5;
enable = true; enable = true;
inputConfig = '' inputConfig = ''
irc { irc {