Skip to content

Commit

Permalink
Deduplicate some more
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Nov 19, 2024
1 parent f193b59 commit f208f8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
27 changes: 7 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
};
eurydice = {
url = "github:aeneasverif/eurydice";
# We would need to override karamel's nixpkgs too to get compatible ocaml versions.
# inputs.nixpkgs.follows = "nixpkgs";
inputs.charon.follows = "charon";
};
fstar.follows = "eurydice/fstar";
karamel.follows = "eurydice/karamel";
hax = {
url = "github:hacspec/hax";
inputs.nixpkgs.follows = "nixpkgs";
inputs.fstar.follows = "fstar";
};
libcrux = {
Expand Down

0 comments on commit f208f8d

Please sign in to comment.