From 8e330884583e636ef93b37cfa2f32a7ceeadee17 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 10 Feb 2026 11:53:32 +0300 Subject: [PATCH] nix: get rust-src component from rust-overlay Signed-off-by: NotAShelf Change-Id: I47eba6fba279ee61a1147fa39dd6789c6a6a6964 --- nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/shell.nix b/nix/shell.nix index 8b8d0a0..9b37289 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -24,7 +24,7 @@ in # This is not exactly necessary, but it allows for compiling for various targets # with the least amount of friction. (rust-bin.nightly.latest.default.override { - extensions = ["rustfmt" "rust-analyzer" "clippy" "rust-analyzer"] ++ extraComponents; + extensions = ["rustfmt" "rust-src" "rust-analyzer" "clippy" "rust-analyzer"] ++ extraComponents; targets = [ "wasm32-unknown-unknown" # web