Use release-23.05 branch of home-manager

This commit is contained in:
Jakob Lechner 2023-06-20 11:28:58 +00:00
parent aae8182203
commit 20343fbfbd
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -62,16 +62,16 @@
]
},
"locked": {
"lastModified": 1687257796,
"narHash": "sha256-jWF0LtG4GczLGLsBvXIGaCX+JvTLfawVLLJPtB5CMW0=",
"lastModified": 1687163790,
"narHash": "sha256-CmG/ZdswJrWM0CMgJiVyWfO6LqaI4SKEAx9IrnYDrpI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e8b5f8f9b3368dcc4814129d6f66c1af7cf3b6e5",
"rev": "ac53777f52929bc82efcd2830bfc5aa60bcb4337",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"ref": "release-23.05",
"repo": "home-manager",
"type": "github"
}

View file

@ -7,7 +7,7 @@
nur.url = "github:nix-community/NUR";
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};