flake: include rust-analzyer
This commit is contained in:
parent
a053acd83c
commit
c50374a36a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
inherit pkgs;
|
||||
additionalBuildInputs = [
|
||||
(pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
|
||||
extensions = [ "rust-src" ];
|
||||
extensions = [ "rust-src" "rust-analyzer" ];
|
||||
}))
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue