diff --git a/flake.lock b/flake.lock index 19a1924..56d6b40 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 7e11a13..faa4564 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ type = "github"; owner = "nix-community"; repo = "home-manager"; - ref = "release-21.05"; + ref = "master"; inputs.nixpkgs.follows = "nixpkgs"; };