Skip to content

Commit 4fb46d3

Browse files
committed
feat(hix-plutus): update to new iohk-nix overlays
1 parent 26cac5e commit 4fb46d3

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

hix-plutus/flake.nix

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
# FIXME add x86_64-darwin on hix-plutus
1616
systems = [ "x86_64-linux" ];
1717
overlays = [
18-
inputs.haskell-nix.overlay
19-
# plutus runtime dependency
18+
# plutus dependencies
2019
inputs.iohk-nix.overlays.crypto
20+
inputs.haskell-nix.overlay
21+
inputs.iohk-nix.overlays.haskell-nix-crypto
2122
];
2223
}
2324
({ pkgs, system, ... }@context:
@@ -26,15 +27,6 @@
2627
src = ./.;
2728
evalSystem = system;
2829
inputMap = { "https://input-output-hk.github.io/cardano-haskell-packages" = inputs.CHaP; };
29-
modules = [
30-
(_: {
31-
# See input-output-hk/iohk-nix#488
32-
packages.cardano-crypto-praos.components.library.pkgconfig =
33-
pkgs.lib.mkForce [ [ pkgs.libsodium-vrf ] ];
34-
packages.cardano-crypto-class.components.library.pkgconfig =
35-
pkgs.lib.mkForce [ [ pkgs.libsodium-vrf pkgs.secp256k1 ] ];
36-
})
37-
];
3830
};
3931
hixFlake = hixProject.flake { };
4032
serve-docs = import ./nix/serve-docs.nix inputs context {

0 commit comments

Comments
 (0)