Skip to content

Commit

Permalink
Be explicit about GHC 9.6
Browse files Browse the repository at this point in the history
pkgsStatic seems to use GHC 9.4:

  NixOS/nixpkgs#317175 (comment)
  • Loading branch information
elopez committed Sep 5, 2024
1 parent fe0837c commit 09529cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}));

hsPkgs = ps :
ps.haskellPackages.override {
ps.haskell.packages.ghc96.override {
overrides = hfinal: hprev: {
with-utf8 =
if (with ps.stdenv; hostPlatform.isDarwin && hostPlatform.isx86)
Expand Down Expand Up @@ -180,6 +180,7 @@

devShells.default = with pkgs; let
libraryPath = "${lib.makeLibraryPath [ libff secp256k1 gmp ]}";
haskellPackages = hsPkgs pkgs;
in haskellPackages.shellFor {
packages = _: [ (hevmBase pkgs) ];
buildInputs = [
Expand Down

0 comments on commit 09529cc

Please sign in to comment.