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:
committed by
GitHub
parent
a592b270af
commit
d6cdfcf31a
@@ -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