We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbb0d1 commit a7d3ec6Copy full SHA for a7d3ec6
default.nix
@@ -40,6 +40,7 @@ let
40
cp -r ${localLib.sources.cardano-wallet} $out
41
chmod -R +w $out
42
cd $out
43
+ patch -p1 -i ${./nix/cardano-wallet--enable-aarch64-darwin.patch}
44
'';
45
};
46
haskell-nix = walletFlake.inputs.haskellNix.legacyPackages.${system}.haskell-nix;
0 commit comments