Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cardano-wallet nixos module (#4869)
This fixes #4522. The option `self.defaultPackage.${pkgs.system}` does not contain a `cardano-node` package, it only contains a `cardano-wallet` package. Currently users are required to override the `services.cardano-node.package` option manually by pointing to a compatible cardano-node package. So we point to the correct `cardano-node` compatible with `cardano-wallet` by using `self.packages.${pkgs.system}.cardano-node` instead.
- Loading branch information