From: Scott Worley Date: Mon, 26 Sep 2022 18:33:40 +0000 (-0700) Subject: Follow rename: utillinux → util-linux X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/77278deedba83daa99f4ac0f5896570e728a63f3 Follow rename: utillinux → util-linux --- diff --git a/modules/auto-upgrade.nix b/modules/auto-upgrade.nix index 4a5aa83..a5c8b50 100644 --- a/modules/auto-upgrade.nix +++ b/modules/auto-upgrade.nix @@ -59,7 +59,7 @@ let ''; auto-upgrade-script = pkgs.writeShellScript "auto-upgrade" '' - ${pkgs.utillinux}/bin/flock /run/auto-upgrade-with-pinch ${ + ${pkgs.util-linux}/bin/flock /run/auto-upgrade-with-pinch ${ pkgs.writeShellScript "auto-upgrade-with-lock-held" '' set -eo pipefail