mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
[Backport release-26.05] switch-to-configuration-ng: Die less (#542218)
This commit is contained in:
@@ -2381,7 +2381,7 @@ won't take effect until you reboot the system.
|
||||
match logind.list_users() {
|
||||
Err(err) => {
|
||||
eprintln!("Unable to list users with logind: {err}");
|
||||
die();
|
||||
exit_code = 4;
|
||||
}
|
||||
Ok(users) => {
|
||||
for (uid, name, user_dbus_path) in users {
|
||||
|
||||
Reference in New Issue
Block a user