Skip to content

Commit

Permalink
Merge branch 'lars/ghc-9.10' of github.com:kadena-io/pact into lars/g…
Browse files Browse the repository at this point in the history
…hc-9.10
  • Loading branch information
larskuhtz committed Jul 3, 2024
2 parents fd731a2 + 346bc88 commit 750d74c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 38 deletions.
85 changes: 49 additions & 36 deletions flake.lock

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

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

inputs = {
hs-nix-infra.url = "github:kadena-io/hs-nix-infra";
hackage = {
url = "github:input-output-hk/hackage.nix";
flake = false;
};
hs-nix-infra = {
url = "github:kadena-io/hs-nix-infra";
inputs.hackage.follows = "hackage";
};
flake-utils.url = "github:numtide/flake-utils";
};

outputs = { self, hs-nix-infra, flake-utils }:
outputs = { self, hs-nix-infra, flake-utils, ... }:
flake-utils.lib.eachSystem
[ "x86_64-linux" "x86_64-darwin"
"aarch64-linux" "aarch64-darwin" ] (system:
Expand Down

0 comments on commit 750d74c

Please sign in to comment.