Merge pull request #80 from naturallaw777/copilot/fix-nixos-install-error

Add --impure to nixos-install to allow absolute path references in flake
This commit is contained in:
Sovran_Systems
2026-04-05 11:24:47 -05:00
committed by GitHub

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)