diff options
author | makefu <github@syntax-fehler.de> | 2017-03-24 13:16:52 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-03-24 13:16:52 +0100 |
commit | 4ddfc208e14bfb1b307a65960fa883166e49005e (patch) | |
tree | 7dd9db2e189ca07fc27c7008b01965be725caea8 /makefu | |
parent | 5a004c891096b805f26fef818fa75227fe1d071f (diff) |
m 2 default: bump to 73a6832
Diffstat (limited to 'makefu')
-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 1ad7f0710..6d5a2f688 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 = "53a2baa"; # unstable @ 2017-02-28 + ref = "73a6832"; # unstable @ 2017-03-24 in { nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then { |