Compare commits

3 Commits

Author SHA1 Message Date
Sovran_Systems
86605bda05 Merge pull request #80 from naturallaw777/copilot/fix-nixos-install-error
Add --impure to nixos-install to allow absolute path references in flake
2026-04-05 11:24:47 -05:00
copilot-swe-agent[bot]
d6cdfcf31a 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>
2026-04-05 16:23:40 +00:00
copilot-swe-agent[bot]
a592b270af Initial plan 2026-04-05 16:22:43 +00:00

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)