Add --impure flag to nixos-install command

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7723d784-dc2c-41da-b523-451a63f335eb

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-05 16:23:40 +00:00
committed by GitHub
parent a592b270af
commit d6cdfcf31a

View File

@@ -880,7 +880,8 @@ class InstallerWindow(Adw.ApplicationWindow):
"sudo", "nixos-install", "sudo", "nixos-install",
"--root", "/mnt", "--root", "/mnt",
"--flake", "/mnt/etc/nixos#nixos", "--flake", "/mnt/etc/nixos#nixos",
"--no-root-password" "--no-root-password",
"--impure"
], buf) ], buf)
GLib.idle_add(self.push_complete) GLib.idle_add(self.push_complete)