Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep committed Mar 29, 2024
1 parent 9d5d6ad commit 9f02d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/f85a3c6af20f02135814867870deb419329e8297";
hevmUpstream = {
url = "github:ethereum/hevm";
url = "github:ethereum/hevm";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand All @@ -20,7 +20,7 @@
hevm = hevmUpstream.packages.${system}.noTests;
};
};

act = (myHaskellPackages.callCabal2nixWithOptions "act" (gitignore ./.) "-fci" {})
.overrideAttrs (attrs : {
buildInputs = attrs.buildInputs ++ [ pkgs.z3 pkgs.cvc5 ];
Expand Down

0 comments on commit 9f02d07

Please sign in to comment.