Skip to content

Commit f5c2ab0

Browse files
install crypto dependencies
1 parent 2402dbd commit f5c2ab0

3 files changed

Lines changed: 76 additions & 52 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
ghc-version: ${{ matrix.ghc }}
4646
cabal-version: "3.12.1.0"
4747

48+
- name: Install crypto dependencies
49+
uses: input-output-hk/actions/base@latest
50+
with:
51+
use-sodium-vrf: true # default is true
52+
4853
- uses: actions/checkout@v6
4954

5055
- name: "Configure cabal.project.local"

flake.lock

Lines changed: 69 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
inherit (inputs.haskellNix) config;
4444
overlays = [
4545
# haskellNix.overlay can be configured by later overlays, so need to come before them.
46+
inputs.iohkNix.overlays.crypto
4647
inputs.haskellNix.overlay
48+
inputs.iohkNix.overlays.haskell-nix-crypto
4749
(import ./nix/tools.nix inputs)
4850
(import ./nix/ouroboros-network.nix inputs)
4951
(import ./nix/network-docs.nix inputs)

0 commit comments

Comments
 (0)