Skip to content

Commit 23976ef

Browse files
author
Marcin Mazurek
authored
Merge pull request #3146 from input-output-hk/fix/ddw-1227-fix-devshell
[DDW-1227] Fix `devshell`: `$out` should reference all dependencies
2 parents 883cbed + f8f0619 commit 23976ef

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)