mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 20:07:01 +05:30
nix: remove rust-analyzer-preview
from toolchain extensions
This commit is contained in:
parent
ee211a707e
commit
91b2e70dde
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(rust-bin.selectLatestNightlyWith (toolchain:
|
(rust-bin.selectLatestNightlyWith (toolchain:
|
||||||
toolchain.default.override {
|
toolchain.default.override {
|
||||||
extensions = [ "rust-analyzer-preview" "rust-src" "rustfmt-preview" ];
|
extensions = [ "rust-src" "rustfmt-preview" ];
|
||||||
}))
|
}))
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue