Skip to content

Commit e5d8947

Browse files
authored
Merge branch 'develop' into fix/ddw-1226-windows-installer-lockfile
2 parents f747249 + 23976ef commit e5d8947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/devshells.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ let
5252
winePackages.minimal
5353
]));
5454
name = "daedalus";
55-
buildCommand = "touch $out";
55+
buildCommand = "export >$out";
5656
LAUNCHER_CONFIG = DAEDALUS_CONFIG + "/launcher-config.yaml";
5757
CARDANO_NODE_VERSION = common.cardanoNodeVersion;
5858
CARDANO_WALLET_VERSION = common.cardanoWalletVersion;

0 commit comments

Comments
 (0)