From fd2e12ced158e37e1927a59847f224a47a51b8a8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 14:28:00 +0000 Subject: [PATCH 1/2] Initial plan -- 2.53.0 From 559e0218eb2bf7787ec0911605e2ddaadd1afaf3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 14:33:28 +0000 Subject: [PATCH 2/2] fix(installer): pin deployed flake and log message to stable Agent-Logs-Url: https://github.com/naturallaw777/sovran-systems/sessions/4648ebc7-45b1-4fd2-8636-29c15ee484fe Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- iso/installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/installer.py b/iso/installer.py index 71ed3a3..fcbb730 100644 --- a/iso/installer.py +++ b/iso/installer.py @@ -21,7 +21,7 @@ DEPLOYED_FLAKE = """\ description = "Sovran_SystemsOS for the Sovran Pro from Sovran Systems"; inputs = { - Sovran_Systems.url = "git+https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS?ref=staging-dev"; + Sovran_Systems.url = "git+https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS?ref=stable"; }; outputs = { self, Sovran_Systems, ... }@inputs: { @@ -1094,7 +1094,7 @@ class InstallerWindow(Adw.ApplicationWindow): if proc.returncode != 0: log(proc.stderr) raise RuntimeError(proc.stderr.strip() or "Failed to write deployed flake.nix") - GLib.idle_add(append_text, buf, "Locking flake to staging-dev...\n") + GLib.idle_add(append_text, buf, "Locking flake to stable...\n") run_stream(["sudo", "nix", "--extra-experimental-features", "nix-command flakes", "flake", "lock", "/mnt/etc/nixos"], buf) -- 2.53.0