Skip to content

Commit

Permalink
use ghc964 in nix
Browse files Browse the repository at this point in the history
  • Loading branch information
chessai committed Feb 14, 2024
1 parent bd6d3e6 commit dba1b29
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 29 deletions.
89 changes: 62 additions & 27 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Kadena's Pact smart contract language";

inputs = {
hs-nix-infra.url = "github:kadena-io/hs-nix-infra/044e32d09d0226c40bbd0f1b91ab4379e275d4dd";
hs-nix-infra.url = "github:kadena-io/hs-nix-infra/chessai/update-1";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down Expand Up @@ -34,7 +34,7 @@
shell.buildInputs = with pkgs; [
zlib
z3_4_11
pkgconfig
pkg-config
(python3.withPackages (ps: [ps.sphinx ps.sphinx_rtd_theme]))
pandoc perl
];
Expand Down

0 comments on commit dba1b29

Please sign in to comment.