update home-manager version to 26.05

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 08:48:25 -05:00
parent 5bf1f31c90
commit e7074f67d5
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View File

@@ -7,15 +7,16 @@
]
},
"locked": {
"lastModified": 1786999651,
"narHash": "sha256-MTGMFlLDTklsXhCp4r5GXB4VAVadPdalXLvUjd/K7h0=",
"lastModified": 1787146702,
"narHash": "sha256-YbRcLdU/yK4gWsQg7V8WTKZHfXL33g8+wSFUX3wyevs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "353742587cbaf079b3caee743115d037bc51fea6",
"rev": "173b7e8d40fdc8c296a9c99854314f17a3a1704c",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-26.05",
"repo": "home-manager",
"type": "github"
}

View File

@@ -2,7 +2,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-26.05";
inputs.nixpkgs.follows = "nixpkgs";
};
noctalia = {