From 72fa590e03e91fea4265ca7bd86c3ccfa25a9437 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 31 Mar 2015 13:47:02 +0200 Subject: conky: Fix argument for weatherMetar support. This was renomed in NixOS/nixpkgs@8591b7b. Signed-off-by: aszlig --- modules/user/aszlig/services/i3/conky.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/aszlig/services/i3/conky.nix b/modules/user/aszlig/services/i3/conky.nix index 77a63ea5..5d626025 100644 --- a/modules/user/aszlig/services/i3/conky.nix +++ b/modules/user/aszlig/services/i3/conky.nix @@ -45,7 +45,7 @@ let time = cexpr "time" [ "%a %b %d %T %Z %Y" ]; text = concatStringsSep " | " (args ++ singleton time); conky = pkgs.conky.override { - weatherMetar = true; + weatherMetarSupport = true; }; in pkgs.writeScript "conky-run.sh" '' #!${pkgs.stdenv.shell} -- cgit 1.4.1