Use latest home-manager channel

This commit is contained in:
Valentin Brandl 2022-07-06 19:07:51 +02:00
parent 780b32a820
commit ebb1672cfd

View File

@ -1,7 +1,7 @@
{
inputs = {
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-22.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs = {