Skip to content

Commit d127dfe

Browse files
committed
chore: update F*
1 parent 032e97f commit d127dfe

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
pkgs = import nixpkgs { inherit system; };
1111
z3 = fstar-flake.packages.${system}.z3;
1212
fstar = fstar-flake.packages.${system}.fstar;
13-
comparse = pkgs.callPackage ./default.nix {inherit fstar z3; ocamlPackages = pkgs.ocaml-ng.ocamlPackages_4_14;};
13+
ocamlPackages = fstar-flake.packages.${system}.ocamlPackages;
14+
comparse = pkgs.callPackage ./default.nix {inherit fstar z3 ocamlPackages;};
1415
in {
1516
packages.${system} = {
1617
inherit fstar comparse;

0 commit comments

Comments
 (0)