diff options
author | makefu <github@syntax-fehler.de> | 2017-02-04 14:55:22 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-02-04 14:55:22 +0100 |
commit | d242cd51498258a66ff910d7c80b3a1fa722f554 (patch) | |
tree | 401d5718fc9f5aeefa9367c46a5a7fb3a524da70 | |
parent | 8eb9faea91abe315207289235fbaa612946ff63e (diff) |
m 2 default: bump revision
-rw-r--r-- | makefu/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 95ca4884e..488ca17d4 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -22,7 +22,7 @@ with import <stockholm/lib>; user = config.krebs.users.makefu; source = let inherit (config.krebs.build) host user; - ref = "5dad589"; # stable @ 2016-12-28 + cherry-pick graphite + ref = "f66d782"; # unstable @ 2017-02-04 in { nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then { |