diff --git a/flake.lock b/flake.lock index ebcecb0..dc38a33 100644 --- a/flake.lock +++ b/flake.lock @@ -365,16 +365,16 @@ ] }, "locked": { - "lastModified": 1768421753, - "narHash": "sha256-bIV31sE1y3CM/5qjpLX0VulRKwBvEIZM75e/X6wnEaY=", - "owner": "greg-hellings", + "lastModified": 1768434960, + "narHash": "sha256-cJbFn17oyg6qAraLr+NVeNJrXsrzJdrudkzI4H2iTcg=", + "owner": "nix-community", "repo": "home-manager", - "rev": "00cfc17cb168ac1fe21fb1ba2faccd44cac720d0", + "rev": "b4d88c9ac42ae1a745283f6547701da43b6e9f9b", "type": "github" }, "original": { - "owner": "greg-hellings", - "ref": "fix/8570-nushell-parsing-fix", + "owner": "nix-community", + "ref": "master", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index 09020b8..7a8e685 100644 --- a/flake.nix +++ b/flake.nix @@ -23,8 +23,7 @@ }; flake-parts.url = "github:hercules-ci/flake-parts"; hmunstable = { - #url = "github:nix-community/home-manager/master"; - url = "github:greg-hellings/home-manager/fix/8570-nushell-parsing-fix"; + url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixunstable"; }; proxmox.url = "github:greg-hellings/proxmox-nixos/fix/212-AcceptEnv-redefinition";