Skip to content

Commit

Permalink
Refactor use fenix minimalToolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanperias committed Jan 3, 2025
1 parent 5efaab4 commit 6a8d25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
pkgs = nixpkgs.legacyPackages.${system};

crane = inputs.crane.mkLib pkgs;
toolchain = fenix.packages.${system}.fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-s1RPtyvDGJaX/BisLT+ifVfuhDT1nZkZ1NcK8sbwELM=";
};

toolchain = fenix.packages.${system}.stable.minimalToolchain;

craneLib = crane.overrideToolchain toolchain;
in
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 6a8d25f

Please sign in to comment.