From 6d828f0f6bfa80ee6c1f19fee8d239ec9cfc8e4a Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 26 Sep 2022 16:34:08 +0200 Subject: Fix attribute name for iproute2 The attribute has been renamed[1] to iproute2 a while ago and recently the alias was converted to a throw[2], so let's do the rename on our side as well. [1]: https://github.com/NixOS/nixpkgs/commit/20a9caf0a474e182909ac850fa6 [2]: https://github.com/NixOS/nixpkgs/commit/d06207386df9a53fe01f8a30130 Signed-off-by: aszlig --- modules/user/aszlig/services/i3/conky.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/aszlig/services/i3/conky.nix b/modules/user/aszlig/services/i3/conky.nix index 6c5815aa..dbb18719 100644 --- a/modules/user/aszlig/services/i3/conky.nix +++ b/modules/user/aszlig/services/i3/conky.nix @@ -80,7 +80,7 @@ let tries=0 while ! raw_netinfo="$(${ - "${pkgs.iproute}/sbin/ip route get 8.8.8.8 2> /dev/null" + "${pkgs.iproute2}/sbin/ip route get 8.8.8.8 2> /dev/null" })"; do if [ $tries -ge ${toString timeout} ]; then upspeed_disabled=N/A -- cgit 1.4.1