Merge pull request 'Update to stable branch' (#2) from staging-dev into stable

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-05-21 09:46:44 -05:00
+2 -2
View File
@@ -21,7 +21,7 @@ DEPLOYED_FLAKE = """\
description = "Sovran_SystemsOS for the Sovran Pro from Sovran Systems"; description = "Sovran_SystemsOS for the Sovran Pro from Sovran Systems";
inputs = { 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: { outputs = { self, Sovran_Systems, ... }@inputs: {
@@ -1094,7 +1094,7 @@ class InstallerWindow(Adw.ApplicationWindow):
if proc.returncode != 0: if proc.returncode != 0:
log(proc.stderr) log(proc.stderr)
raise RuntimeError(proc.stderr.strip() or "Failed to write deployed flake.nix") 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", run_stream(["sudo", "nix", "--extra-experimental-features", "nix-command flakes",
"flake", "lock", "/mnt/etc/nixos"], buf) "flake", "lock", "/mnt/etc/nixos"], buf)