diff options
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 4e6cc0b44..48cfcb7cb 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -24,7 +24,7 @@ with config.krebs.lib; source = mapAttrs (_: mkDefault) { nixpkgs = { url = https://github.com/nixos/nixpkgs; - rev = "8bf31d7"; # stable @ 2016-06-11 + rev = "0546a4a"; # stable @ 2016-06-11 }; secrets = if getEnv "dummy_secrets" == "true" then toString <stockholm/makefu/6tests/data/secrets> |