Rename utillinux package

'utillinux' has been renamed to/replaced by 'util-linux'
This commit is contained in:
Jakob Lechner 2025-11-25 00:36:09 +01:00
parent 9c9e0b4a86
commit 65e2a3e9f1
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ in
serviceConfig = lib.mkForce {
ExecStart = [
"" # override upstream default with an empty ExecStart
"@${pkgs.utillinux}/sbin/agetty agetty --login-program ${pkgs.shadow}/bin/login --autologin '${cfg.autologin.username}' --noclear %I $TERM"
"@${pkgs.util-linux}/sbin/agetty agetty --login-program ${pkgs.shadow}/bin/login --autologin '${cfg.autologin.username}' --noclear %I $TERM"
];
restartIfChanged = false;
};

View file

@ -430,7 +430,7 @@ in
# ensure sway is already started, otherwise workspaces will not work
ExecStartPre = "${config.wayland.windowManager.sway.package}/bin/swaymsg";
ExecStart = "${pkgs.waybar}/bin/waybar";
ExecReload = "${pkgs.utillinux}/bin/kill -SIGUSR2 $MAINPID";
ExecReload = "${pkgs.util-linux}/bin/kill -SIGUSR2 $MAINPID";
Restart = "on-failure";
RestartSec = "1s";
};