diff --git a/flake.lock b/flake.lock index 04e5135..1f92aed 100644 --- a/flake.lock +++ b/flake.lock @@ -53,7 +53,6 @@ }, "original": { "owner": "nix-community", - "ref": "master", "repo": "home-manager", "type": "github" } @@ -66,16 +65,15 @@ "utils": "utils_3" }, "locked": { - "lastModified": 1670059602, - "narHash": "sha256-mtgVnAjlYYjJr2wDnfz94kIefLl61Ww7cjCpLVhN/6Y=", + "lastModified": 1670058827, + "narHash": "sha256-T+yyncPpZWeIkFrG/Cgj21iopULY3BZGWIhcT5ZmCgM=", "owner": "nix-community", "repo": "home-manager", - "rev": "6b71989c0dc1c8d386086334290c094240d51798", + "rev": "eb3598cf44aa10f2a16fe38488a102c0f474d766", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-22.11", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index 99c600b..7c06c81 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ nur.url = "github:nix-community/nur"; home-manager = { - url = "github:nix-community/home-manager/master"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -19,7 +19,7 @@ nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-22.11"; home-manager-stable = { - url = "github:nix-community/home-manager/release-22.11"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs-stable"; };