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

@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1627649712, "lastModified": 1629347633,
"narHash": "sha256-AJBasvMKpsyJmCLdjroBElCHY5AlalbVy+XY5vjbgXc=", "narHash": "sha256-FGZJ7lmTAMIkjdrh6dIPck5HuB4KMT2GgDV5ZjiCWoc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef", "rev": "bf6b85136b47ab1a76df4a90ea4850871147494a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-21.05", "ref": "master",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }

View file

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