File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 {
You can’t perform that action at this time.
0 commit comments