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