diff --git a/flake.lock b/flake.lock index e1e4fcf..fe27cd1 100644 --- a/flake.lock +++ b/flake.lock @@ -22,16 +22,16 @@ ] }, "locked": { - "lastModified": 1638281721, - "narHash": "sha256-d3vAVFG6zov9NwjSuYntBiD+I5KjJLwX09c7uAzbONI=", + "lastModified": 1638267006, + "narHash": "sha256-heZdDlD09rnoeEiZ4wKfbXNDkO5I9qVFvX9d790h/XE=", "owner": "nix-community", "repo": "home-manager", - "rev": "7329ffc6e911106494183557fc249180d5422929", + "rev": "3e93c4e8b2b479c712b7c20a428993b459118842", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-21.05", + "ref": "release-21.11", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index 55939e8..b2d5221 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ }; home-manager = { - url = "github:nix-community/home-manager/release-21.05"; + url = "github:nix-community/home-manager/release-21.11"; inputs.nixpkgs.follows = "nixpkgs"; };