Skip to content

Commit

Permalink
nix: add a dependency to git so that dune-site works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Feb 5, 2025
1 parent 782eb5c commit ee61190
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 @@ -106,7 +106,7 @@
inputsFrom = [ scope'.easycrypt ];
buildInputs =
devPackages
++ [ scope'.why3 packages.provers ]
++ [ pkgs.git scope'.why3 packages.provers ]
++ (with pkgs.python3Packages; [ pyyaml ]);
};
});
Expand Down

0 comments on commit ee61190

Please sign in to comment.