diff --git a/flake.lock b/flake.lock index 1fc6470..19a438a 100644 --- a/flake.lock +++ b/flake.lock @@ -3,7 +3,9 @@ "blink-cmp": { "inputs": { "devenv": "devenv", - "fenix": "fenix", + "fenix": [ + "fenix" + ], "flake-parts": "flake-parts_2", "nixpkgs": [ "nixpkgs" @@ -194,21 +196,21 @@ "fenix": { "inputs": { "nixpkgs": [ - "blink-cmp", "nixpkgs" ], "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1728196311, - "narHash": "sha256-JoDDlmjPj0sGo1beOo3bRh7BDppm0Kuet7I7BqTmSl4=", - "owner": "nix-community", + "lastModified": 1729101030, + "narHash": "sha256-9HapI5PEBLFpJBN26kR2HbeI9q07gJk3v91EyLB9ZBI=", + "owner": "andresilva", "repo": "fenix", - "rev": "26971356e387b5ec0578f52be1bbd82ecf6dbad4", + "rev": "3b3764c5420d037b7910443af048045ca6907b08", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "andresilva", + "ref": "fix-platforms", "repo": "fenix", "type": "github" } @@ -781,6 +783,7 @@ "root": { "inputs": { "blink-cmp": "blink-cmp", + "fenix": "fenix", "nixCats": "nixCats", "nixpkgs": "nixpkgs_4", "plugins-lsp-progress": "plugins-lsp-progress", @@ -790,11 +793,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1728064742, - "narHash": "sha256-tFvUGvqUZjES1yxYT2zEFiTAE0iQKYd+eWKX/6ZqeVw=", + "lastModified": 1728921748, + "narHash": "sha256-BOCZ5osPOMh2BPHnkK4sVdTGj7sn47rBn1nxjrzWe5U=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "5982d9c420d0dc90739171829f0d2e9c80d98979", + "rev": "0319586ef2a2636f6d6b891690b7ebebf4337c85", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 37f6b04..e9a54f3 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,12 @@ 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 = {