fix reboot not updating system config

This commit is contained in:
bit 2025-08-22 17:50:33 +02:00
parent 03da1c3be6
commit 0b4523ae4a

View File

@ -153,7 +153,7 @@ do_update() {
exit 0
fi
echo nix-env --profile /nix/var/nix/profiles/system --set "$new_system"
nix-env --profile /nix/var/nix/profiles/system --set "$new_system"
if [[ -f /boot/grub/grub.cfg ]]
then
echo "bootloader 'GRUB' detected, configuring test-boot into new system"