Skip to content

Commit

Permalink
Use a more recent nixpkgs
Browse files Browse the repository at this point in the history
Otherwise we're missing `mold`, which is required by libcrux.
  • Loading branch information
Nadrieril committed Nov 18, 2024
1 parent f2a6073 commit 3852382
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
22 changes: 16 additions & 6 deletions flake.lock

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

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.follows = "eurydice/nixpkgs";
nixpkgs.url = "nixpkgs/nixos-unstable";
charon = {
url = "github:aeneasverif/charon";
inputs.nixpkgs.follows = "nixpkgs";
};
eurydice = {
url = "github:aeneasverif/eurydice";
inputs.nixpkgs.follows = "nixpkgs";
inputs.charon.follows = "charon";
};
fstar.follows = "eurydice/fstar";
Expand Down

0 comments on commit 3852382

Please sign in to comment.