diff --git a/flake.lock b/flake.lock index 634b6d2..77e6bd1 100644 --- a/flake.lock +++ b/flake.lock @@ -385,23 +385,6 @@ "type": "github" } }, - "libgit2": { - "flake": false, - "locked": { - "lastModified": 1715853528, - "narHash": "sha256-J2rCxTecyLbbDdsyBWn9w7r3pbKRMkI9E7RvRgAqBdY=", - "owner": "libgit2", - "repo": "libgit2", - "rev": "36f7e21ad757a3dacc58cf7944329da6bc1d6e96", - "type": "github" - }, - "original": { - "owner": "libgit2", - "ref": "v1.8.1", - "repo": "libgit2", - "type": "github" - } - }, "master": { "locked": { "lastModified": 1736742312, @@ -478,7 +461,6 @@ "flake-compat": "flake-compat_2", "flake-parts": "flake-parts_2", "git-hooks-nix": "git-hooks-nix", - "libgit2": "libgit2", "nixpkgs": [ "stable" ], @@ -486,16 +468,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1732892090, - "narHash": "sha256-Ka/uNdaqpTAiVL++4MPHg8fG5o1tiJeY6G2t5UiKhd8=", + "lastModified": 1736798728, + "narHash": "sha256-Em+CXWHBgLG2m106Hs11FmVlsCr3ZQedTosJvRF2gnE=", "owner": "NixOS", "repo": "nix", - "rev": "64000481168d1da9d2519f055dd1fdee22275c21", + "rev": "2cb0ddfe4eb216fab6d826c1056743c152722720", "type": "github" }, "original": { "owner": "NixOS", - "ref": "64000481168d1da9d2519f055dd1fdee22275c21", + "ref": "2cb0ddfe4eb216fab6d826c1056743c152722720", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 46e6eda..6ec18e9 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ type = "github"; owner = "NixOS"; repo = "nix"; - ref = "64000481168d1da9d2519f055dd1fdee22275c21"; + ref = "2cb0ddfe4eb216fab6d826c1056743c152722720"; inputs.nixpkgs.follows = "stable"; }; nixos-generators = {