diff --git a/flake.lock b/flake.lock index 1b89ce2..0c23431 100644 --- a/flake.lock +++ b/flake.lock @@ -39,16 +39,15 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1725437390, - "narHash": "sha256-W2ZnHE+FkPVap5Em6na4KP8XkhU8kpY07iX0d4+y4uM=", + "lastModified": 1726116637, + "narHash": "sha256-tU2GhwU887mPg6C4c2k+CEBAnKY6R0tSeQYtoqjZmLM=", "owner": "nix-community", "repo": "fenix", - "rev": "29ad6b2023ccec4d4679244c233f0ea875cdf000", + "rev": "96a04a213838c5001619ad57400c5a176fa040b1", "type": "github" }, "original": { "owner": "nix-community", - "ref": "pull/163/head", "repo": "fenix", "type": "github" } diff --git a/flake.nix b/flake.nix index 0374be8..9c978c9 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; fenix.inputs.nixpkgs.follows = "nixpkgs"; - fenix.url = "github:nix-community/fenix/pull/163/head"; + fenix.url = "github:nix-community/fenix"; crane.url = "github:ipetkov/crane";