Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index-state: 2023-06-06T00:00:00Z

index-state:
, hackage.haskell.org 2023-06-06T00:00:00Z
, cardano-haskell-packages 2023-06-05T06:39:32Z
, cardano-haskell-packages 2023-10-06T00:47:56Z

packages: ./.

Expand Down Expand Up @@ -43,10 +43,7 @@ constraints:
, katip >= 0.8.7.4

-- Cardano Node dependencies:
, cardano-api ^>=8.2
, cardano-slotting >= 0.1
, ouroboros-network ^>= 0.8.1.0
, persistent == 2.13.3.3
, cardano-api ^>=8.25

package cardano-wallet
optimization: False
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@

nixpkgsFor = system:
import nixpkgs {
overlays = [ iohk-nix.overlays.crypto haskell-nix.overlay ];
overlays = [
iohk-nix.overlays.crypto
iohk-nix.overlays.haskell-nix-crypto
haskell-nix.overlay
];
inherit (haskell-nix) config;
inherit system;
};
Expand All @@ -52,8 +56,6 @@
({ pkgs, ... }:
{
packages = {
cardano-crypto-praos.components.library.pkgconfig = pkgs.lib.mkForce [ [ pkgs.libsodium-vrf ] ];
cardano-crypto-class.components.library.pkgconfig = pkgs.lib.mkForce [ [ pkgs.libsodium-vrf pkgs.secp256k1 ] ];
cardano-wallet.components.library.build-tools = [
pkgs.buildPackages.buildPackages.gitMinimal
];
Expand Down