diff options
author | makefu <github@syntax-fehler.de> | 2017-05-12 11:37:20 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-12 11:37:20 +0200 |
commit | 4519913a656b5aad1a53e012e2622fd9884dd518 (patch) | |
tree | 0d703c32d53cb76eb5609f703797c67b5935aff3 /makefu | |
parent | d60e92f04b3b04deb2e638ab0f602094578ad71d (diff) |
m 2 default: bump to c5badb1
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 6cc891047..07f4a0543 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 = "4fac473"; # unstable @ 2017-03-31 + command-not-found + ref = "c5badb1"; # unstable @ 2017-05-09 in { nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then { |