Skip to content

Commit

Permalink
chore: adding "rust-src" to devShell and remove rust-toolchain (#125)
Browse files Browse the repository at this point in the history
* adding "rust-src" to devShell

* removing rust toolchain and set toolchain only in flake
  • Loading branch information
TornaxO7 authored Dec 21, 2023
1 parent 34c8ba8 commit 46034a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
inherit system overlays;
};

rust-toolchain = (pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml).override {
extensions = [ "rust-analyzer" ];
rust-toolchain = pkgs.rust-bin.stable."1.67.0".default.override {
extensions = [ "rust-src" "rust-analyzer" ];
};

in
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 46034a5

Please sign in to comment.