fix: define RUST_SRC_PATH in the devshell
nel.pet 3 months ago 0689ed42 fee78b1d
··· 22 rustfmt 23 rust-analyzer 24 ] ++ (prev.nativeBuildInputs or [ ]); 0 25 }); 26 }); 27 };
··· 22 rustfmt 23 rust-analyzer 24 ] ++ (prev.nativeBuildInputs or [ ]); 25 + RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; 26 }); 27 }); 28 };