Skip to content

Commit

Permalink
chore(nix): use rustc from nix
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRFS committed Jan 24, 2025
1 parent a628a9f commit 4fe7150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/ligo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
lltz,
libiconv
}: let
inherit (pkgs) darwin ocamlPackages python3Packages coq_8_13 cargo rustPlatform;
inherit (pkgs) darwin ocamlPackages python3Packages coq_8_13 rustc cargo rustPlatform;
in
with ocamlPackages;
buildDunePackage rec {
Expand Down Expand Up @@ -49,6 +49,7 @@ in
crunch
odoc
python3Packages.jsonschema
rustc
cargo
rustPlatform.cargoSetupHook
];
Expand Down

0 comments on commit 4fe7150

Please sign in to comment.