diff --git a/flake.nix b/flake.nix index 8d15f4c6..f9dd13b4 100644 --- a/flake.nix +++ b/flake.nix @@ -10,10 +10,10 @@ sops-nix.inputs.nixpkgs.follows = "nixpkgs"; mfsync.url = "github:k4lipso/mfsync"; - home-manager-stable = { + home-manager= { url = "github:nix-community/home-manager/release-22.05"; inputs = { - nixpkgs.follows = "nixpkgs-stable"; + nixpkgs.follows = "nixpkgs"; }; }; };