From 0b4523ae4a68b47c9b2dc7b12619870053071f8e Mon Sep 17 00:00:00 2001 From: bit Date: Fri, 22 Aug 2025 17:50:33 +0200 Subject: [PATCH] fix reboot not updating system config --- module/script.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/script.nix b/module/script.nix index 4727319..b657907 100644 --- a/module/script.nix +++ b/module/script.nix @@ -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"