Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Nov 9, 2023
1 parent 8e14199 commit b510d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(crane.mkLib pkgs).overrideToolchain rustToolchainWithExt;
craneLibNoExt = (crane.mkLib pkgs).overrideToolchain rustToolchainNoExt;
charon =
let cargoArtifacts = craneLibNoExt.buildDepsOnly { src = ./charon; };
let cargoArtifacts = craneLibWithExt.buildDepsOnly { src = ./charon; };
in craneLibWithExt.buildPackage {
src = ./charon;
inherit cargoArtifacts;
Expand Down

0 comments on commit b510d23

Please sign in to comment.