initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit d6cdfcf31a - Show all commits
+2 -1
View File
@@ -880,7 +880,8 @@ class InstallerWindow(Adw.ApplicationWindow):
"sudo", "nixos-install",
"--root", "/mnt",
"--flake", "/mnt/etc/nixos#nixos",
"--no-root-password"
"--no-root-password",
"--impure"
], buf)
GLib.idle_add(self.push_complete)