flake: use master branch of home-manager

This commit is contained in:
Antoine Martin 2021-08-20 02:11:40 +02:00
parent d8c3f5c987
commit 58595b8d29
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
type = "github";
owner = "nix-community";
repo = "home-manager";
ref = "release-21.05";
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
};