From d2ccb0b485e0d623b4fd8255d5d873b89abfcde1 Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 1 Jun 2026 00:22:01 +0200 Subject: [PATCH] bump 26.05 --- flake.lock | 16 ++++++++-------- flake.nix | 4 ++-- modules/server/containers/builder.nix | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index ed2222f..5c4b1ae 100644 --- a/flake.lock +++ b/flake.lock @@ -117,16 +117,16 @@ ] }, "locked": { - "lastModified": 1779506708, - "narHash": "sha256-QOD/CNm196nCJRheux/URi4/HE66fthdOMqCJoPP1Y0=", + "lastModified": 1779726825, + "narHash": "sha256-RUkMrREjKDQrA+dA9+xZviGAxM5W1aVdyOr/bSYpHrE=", "owner": "nix-community", "repo": "home-manager", - "rev": "3ee51fbdac8c8bdfe1e7e1fcaba6520a563f394f", + "rev": "b179bde238977f7d4454fc770b1a727eaf55111c", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-25.11", + "ref": "release-26.05", "repo": "home-manager", "type": "github" } @@ -217,16 +217,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1779796641, - "narHash": "sha256-ZsIrKmhp4vbBXoXXmR/tBXA/UCsAQiJL9vsgZEduhVY=", + "lastModified": 1780203844, + "narHash": "sha256-K5sT4jTpGs15ADhviMKNBH38REpPf5Q6mM1+N6cArVE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "25f538306313eae3927264466c70d7001dcea1df", + "rev": "b51242d7d43689db2f3be91bd05d5b24fbb469c4", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-25.11", + "ref": "nixos-26.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index e503900..7f38eda 100755 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # Trick renovate into working: "github:NixOS/nixpkgs/nixpkgs-unstable" nixUnstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; hardware.url = "github:nixos/nixos-hardware"; nur = { url = "github:nix-community/nur"; @@ -11,7 +11,7 @@ }; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/modules/server/containers/builder.nix b/modules/server/containers/builder.nix index f46eb9b..aca225f 100644 --- a/modules/server/containers/builder.nix +++ b/modules/server/containers/builder.nix @@ -52,7 +52,7 @@ let networking.useDHCP = true; networking.firewall.enable = false; services.qemuGuest.enable = true; - system.stateVersion = "25.11"; + system.stateVersion = "26.05"; virtualisation = { memorySize = vm.memory or 2048; cores = vm.cores or 2;