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": {
"lastModified": 1627649712,
"narHash": "sha256-AJBasvMKpsyJmCLdjroBElCHY5AlalbVy+XY5vjbgXc=",
"lastModified": 1629347633,
"narHash": "sha256-FGZJ7lmTAMIkjdrh6dIPck5HuB4KMT2GgDV5ZjiCWoc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef",
"rev": "bf6b85136b47ab1a76df4a90ea4850871147494a",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-21.05",
"ref": "master",
"repo": "home-manager",
"type": "github"
}

View file

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