fix home manager version

This commit is contained in:
death916 2025-05-20 00:19:56 -07:00
parent e40a0962ab
commit 3c31819eb8

View file

@ -11,7 +11,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {