flake: use 24.05 home-manager branch

This commit is contained in:
Matt Sturgeon 2024-06-20 22:07:29 +01:00
parent 5593f1c8a0
commit 22f1c8a246
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 5 additions and 4 deletions

View file

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