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.
2 parents 883cbed + f8f0619 commit 23976efCopy full SHA for 23976ef
nix/devshells.nix
@@ -52,7 +52,7 @@ let
52
winePackages.minimal
53
]));
54
name = "daedalus";
55
- buildCommand = "touch $out";
+ buildCommand = "export >$out";
56
LAUNCHER_CONFIG = DAEDALUS_CONFIG + "/launcher-config.yaml";
57
CARDANO_NODE_VERSION = common.cardanoNodeVersion;
58
CARDANO_WALLET_VERSION = common.cardanoWalletVersion;
0 commit comments