From 2868b5ab851bf42843fdb995f93e3520c0d6e512 Mon Sep 17 00:00:00 2001 From: Coding Agent Date: Sat, 5 Sep 2026 01:25:07 +0000 Subject: [PATCH] chore: refresh the stable NixOS 26.05 snapshot --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5b540a5..fba0333 100644 --- a/flake.lock +++ b/flake.lock @@ -41,17 +41,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1787848966, - "narHash": "sha256-7gDpu5hpq0rOYnYMcOWqSzquK4HA/xU8Xf3CjUBOOJA=", + "lastModified": 1788405554, + "narHash": "sha256-r2f1oUwixlgq9zOdYLqJLfS/lWBT60/IITjhTKI59JU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d57af924f160a5084293c71c2043f058bd1cdb60", + "rev": "a5cc6f2c37bf518436dc8d1c288ccd0c43c2f4c4", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "d57af924f160a5084293c71c2043f058bd1cdb60", + "rev": "a5cc6f2c37bf518436dc8d1c288ccd0c43c2f4c4", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 1ccc816..ac42955 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "Development host"; inputs = { - # Keep the machine's existing Nixpkgs revision; this is not an upgrade. - nixpkgs.url = "github:NixOS/nixpkgs/d57af924f160a5084293c71c2043f058bd1cdb60"; + # Reviewed stable 26.05 snapshot; update deliberately, not at boot/login. + nixpkgs.url = "github:NixOS/nixpkgs/a5cc6f2c37bf518436dc8d1c288ccd0c43c2f4c4"; home-manager = { url = "github:nix-community/home-manager/65258d5c65a250189fde2e35f490d15e064c4c62";