parent
602aa3e3cd
commit
0adadddb7f
1 changed files with 5 additions and 0 deletions
|
@ -47,8 +47,13 @@
|
||||||
config.mission-control.devShell
|
config.mission-control.devShell
|
||||||
config.flake-root.devShell
|
config.flake-root.devShell
|
||||||
];
|
];
|
||||||
|
shellHook = ''
|
||||||
|
# For rust-analyzer 'hover' tooltips to work.
|
||||||
|
export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc}
|
||||||
|
'';
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.cargo-watch
|
pkgs.cargo-watch
|
||||||
|
pkgs.rust-analyzer
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue