Skip to content

Commit c4b1713

Browse files
committed
[DDW-1227] Fix Linux installer
1 parent 1bcf4e7 commit c4b1713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/internal/x86_64-linux.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ in rec {
296296
'';
297297

298298
newBundle = let
299-
daedalus' = mkDaedalus { sandboxed = true; };
299+
daedalus' = mkDaedalus { sandboxed = true; inherit cluster; };
300300
daedalus-bridge = common.daedalus-bridge.${cluster};
301301
in (import ../../installers/nix/nix-installer.nix {
302302
inherit postInstall preInstall linuxClusterBinName;

0 commit comments

Comments
 (0)