Skip to content

Commit a7d3ec6

Browse files
committed
[DDW-1169] Typo
1 parent 1cbb0d1 commit a7d3ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ let
4040
cp -r ${localLib.sources.cardano-wallet} $out
4141
chmod -R +w $out
4242
cd $out
43+
patch -p1 -i ${./nix/cardano-wallet--enable-aarch64-darwin.patch}
4344
'';
4445
};
4546
haskell-nix = walletFlake.inputs.haskellNix.legacyPackages.${system}.haskell-nix;

0 commit comments

Comments
 (0)