From f7a4ff0dd0442ad058d633d30aa5fe448f5c5f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20K=C3=B6nig?= Date: Sun, 3 May 2026 19:12:44 +0200 Subject: [PATCH] chore(nix): add rust-analyzer to devShell --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 8e91567..4891dd6 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,7 @@ rustfmt cargo clippy + rust-analyzer # Required by openssl-sys crate pkg-config @@ -37,6 +38,8 @@ nil nixfmt ]; + + RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc; }; } );