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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user