Skip to content

Commit

Permalink
Use charon's pinned rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Jan 10, 2025
1 parent d15707d commit 0497fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
FSTAR_REV = inputs.fstar.rev;
};

craneLib = inputs.crane.mkLib pkgs;
rustToolchain = inputs.charon.packages.${system}.rustToolchain;
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain rustToolchain;

ml-kem = pkgs.callPackage
({ lib
Expand Down

0 comments on commit 0497fe5

Please sign in to comment.