Skip to content

Commit

Permalink
Add git and fstar in PATH when building with nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Jan 9, 2025
1 parent 9818c08 commit d547774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
, cmake
, mold-wrapped
, ninja
, git
, python3
, runCommand
, craneLib
Expand Down Expand Up @@ -98,7 +99,9 @@
cmake
mold-wrapped
ninja
git
python3
inputs.fstar.packages.${system}.default
] ++ lib.optional checkHax [
hax
];
Expand Down

0 comments on commit d547774

Please sign in to comment.