non important commit
This commit is contained in:
parent
94c61651f4
commit
6c0f9bb7d0
13 changed files with 35 additions and 111 deletions
|
|
@ -13,7 +13,11 @@
|
|||
pkgs = import nixpkgs {
|
||||
inherit system overlays;
|
||||
};
|
||||
rustToolchain = pkgs.rust-bin.stable.latest.default;
|
||||
|
||||
rustToolchain = pkgs.rust-bin.stable.latest.default.override {
|
||||
extensions = ["rust-analyzer" "rust-src"];
|
||||
};
|
||||
|
||||
rustPlatform = pkgs.makeRustPlatform {
|
||||
cargo = rustToolchain;
|
||||
rustc = rustToolchain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue