From d6cdfcf31a877ce7342f57da066ea80758b8d037 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:23:40 +0000 Subject: [PATCH] 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> --- iso/installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iso/installer.py b/iso/installer.py index 991d438..e1fc844 100644 --- a/iso/installer.py +++ b/iso/installer.py @@ -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)