diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index cce40ae3..4f544378 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -104,15 +104,16 @@ ] }, "locked": { - "lastModified": 1764361670, - "narHash": "sha256-jgWzgpIaHbL3USIq0gihZeuy1lLf2YSfwvWEwnfAJUw=", + "lastModified": 1764536451, + "narHash": "sha256-BgtcUkBfItu9/yU14IgUaj4rYOanTOUZjUfBP20/ZB4=", "owner": "nix-community", "repo": "home-manager", - "rev": "780be8ef503a28939cf9dc7996b48ffb1a3e04c6", + "rev": "3fdd076e08049a9c7a83149b270440d9787d2df5", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-25.11", "repo": "home-manager", "type": "github" } @@ -133,6 +134,7 @@ }, "original": { "owner": "lnl7", + "ref": "nix-darwin-25.11", "repo": "nix-darwin", "type": "github" } diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 888e8d30..cff73fce 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -25,12 +25,12 @@ }; home-manager = { - url = "github:nix-community/home-manager"; + url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "dev-nixpkgs"; }; nix-darwin = { - url = "github:lnl7/nix-darwin"; + url = "github:lnl7/nix-darwin/nix-darwin-25.11"; inputs.nixpkgs.follows = "dev-nixpkgs"; };