generated from ElnuDev/rust-project
Install rust-src in devshell to fix intellisense issues
This commit is contained in:
parent
188238788b
commit
aa56d3ce9f
1 changed files with 6 additions and 1 deletions
|
@ -27,7 +27,12 @@
|
|||
};
|
||||
in {
|
||||
devShells.${system}.default = with pkgs; mkShell {
|
||||
packages = [ bacon ];
|
||||
packages = [
|
||||
(pkgs.rust-bin.stable.latest.default.override {
|
||||
extensions = [ "rust-src" ];
|
||||
})
|
||||
bacon
|
||||
];
|
||||
inputsFrom = with self.packages.${system}; [ tatoeba images ];
|
||||
};
|
||||
packages.${system} = {
|
||||
|
|
Loading…
Add table
Reference in a new issue