]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
Follow rename: utillinux → util-linux
authorScott Worley <scottworley@scottworley.com>
Mon, 26 Sep 2022 18:33:40 +0000 (11:33 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 26 Sep 2022 18:33:40 +0000 (11:33 -0700)
modules/auto-upgrade.nix

index 4a5aa83582e1c06fd5d1e81d89a65e0dc34cd74e..a5c8b503d50e1842315d857ba46c4b3ba41ee3c5 100644 (file)
@@ -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