From 4e1c4638cdd4b67e39f1ddfaeae980194c6260c7 Mon Sep 17 00:00:00 2001 From: yukkop Date: Thu, 10 Sep 2026 12:44:06 +0000 Subject: [PATCH] feat: nix on runner updated --- nixos/module/hectic/service/gitea-runner-controller.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/module/hectic/service/gitea-runner-controller.nix b/nixos/module/hectic/service/gitea-runner-controller.nix index 76aa15fc..08786a37 100644 --- a/nixos/module/hectic/service/gitea-runner-controller.nix +++ b/nixos/module/hectic/service/gitea-runner-controller.nix @@ -157,17 +157,17 @@ in }; nixVersion = lib.mkOption { type = lib.types.str; - default = "2.28.3"; + default = "2.35.0"; description = "Nix release installed from the official static tarball at bootstrap."; }; nixTarballSha256 = lib.mkOption { type = lib.types.str; - default = "85d1847d06d5d56167796d3f61cd992908de84584db3e700da031a782b59ea22"; + default = "e828c574555f235f2ca47c4a1432f8a07905d5cf59f087e9581be56c238818db"; description = "sha256 of the pinned Nix x86_64-linux tarball, verified at bootstrap."; }; armNixTarballSha256 = lib.mkOption { type = lib.types.str; - default = "3dffb118772382e35526806fb97acc05df7ad6dc29dbe52b921b77e52e39f571"; + default = "1916bd42cfd4a65d5642a4ca75be4fe55db0a67e5fa16e18808fb5b6d2365bf8"; description = "sha256 of the pinned Nix aarch64-linux tarball, verified at bootstrap."; }; debugSshPublicKey = lib.mkOption {