From a25ca653f47609e4d2206505449b9129b91f326d Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Wed, 23 Apr 2025 23:01:46 -0500 Subject: [PATCH] stdlib --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ae6ee8f..a78b44e 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ ]; shellHook = '' export SHELL=${pkgs.lib.getExe pkgs.bashInteractive} - # export RUST_SRC=${pkgs.rust-bin.beta.latest.rust-src} + export RUST_SRC_PATH=${pkgs.rust-bin.beta.latest.rust-std} ''; }; }