This commit is contained in:
parent
501a82760d
commit
b33fe3ccaf
3 changed files with 28 additions and 2 deletions
|
@ -11,6 +11,7 @@ let rust-toolchain = with pkgs; symlinkJoin {
|
|||
];
|
||||
};
|
||||
in pkgs.mkShell {
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
buildInputs = [rust-toolchain];
|
||||
RUST_BACKTRACE = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue