diff --git a/flake.lock b/flake.lock index 0e979cb..5187f90 100644 --- a/flake.lock +++ b/flake.lock @@ -2,9 +2,7 @@ "nodes": { "blink-cmp": { "inputs": { - "fenix": [ - "fenix" - ], + "fenix": "fenix", "flake-parts": "flake-parts", "nixpkgs": [ "nixpkgs" @@ -27,21 +25,21 @@ "fenix": { "inputs": { "nixpkgs": [ + "blink-cmp", "nixpkgs" ], "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1729375072, - "narHash": "sha256-bRo4xVwUhvJ4Gz+OhWMREFMdBOYSw4Yi1Apj01ebbug=", - "owner": "andresilva", + "lastModified": 1730010749, + "narHash": "sha256-UBckyKItSD0z50+3YQOqfOuyvUI7UjPHiLbOPFUolqo=", + "owner": "nix-community", "repo": "fenix", - "rev": "cd07a29ef62abc506e21bbd3a5ac04fb42553d49", + "rev": "5fa09829e74070c1e83b2aaa50b71bbc6da3f37c", "type": "github" }, "original": { - "owner": "andresilva", - "ref": "fix-platforms", + "owner": "nix-community", "repo": "fenix", "type": "github" } @@ -142,7 +140,6 @@ "root": { "inputs": { "blink-cmp": "blink-cmp", - "fenix": "fenix", "nixCats": "nixCats", "nixpkgs": "nixpkgs", "plugins-lsp-progress": "plugins-lsp-progress", @@ -152,11 +149,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1729255720, - "narHash": "sha256-yODOuZxBkS0UfqMa6nmbqNbVfIbsu0tYLbV5vZzmsqI=", + "lastModified": 1729923686, + "narHash": "sha256-Tc+5E/UmjpXlYGQQ6X2nGDv6J6VQgZ+pVOJLcNCIVQc=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "72b214fbfbe6f7b95a7877b962783bd42062cc0a", + "rev": "26d2fbaef2d68a2fccf55d725915188c2634439a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7b374e8..3aa102e 100644 --- a/flake.nix +++ b/flake.nix @@ -8,12 +8,6 @@ blink-cmp = { url = "github:Saghen/blink.cmp"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.fenix.follows = "fenix"; - }; - - fenix = { - url = "github:andresilva/fenix/fix-platforms"; - inputs.nixpkgs.follows = "nixpkgs"; }; plugins-typst-preview = {