Loading pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -1678,6 +1678,7 @@ won't take effect until you reboot the system. std::process::Command::new(&myself) .uid(uid) .gid(gid) .env_clear() .env("XDG_RUNTIME_DIR", runtime_path) .env("__NIXOS_SWITCH_TO_CONFIGURATION_PARENT_EXE", &myself) .spawn() Loading Loading
pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -1678,6 +1678,7 @@ won't take effect until you reboot the system. std::process::Command::new(&myself) .uid(uid) .gid(gid) .env_clear() .env("XDG_RUNTIME_DIR", runtime_path) .env("__NIXOS_SWITCH_TO_CONFIGURATION_PARENT_EXE", &myself) .spawn() Loading