chore: refresh the stable NixOS 26.05 snapshot

This commit is contained in:
Coding Agent
2026-09-05 01:25:07 +00:00
parent 2b57e65b32
commit 2868b5ab85
2 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -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"
}
},
+2 -2
View File
@@ -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";