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.
1 parent 1bcf4e7 commit c4b1713Copy full SHA for c4b1713
nix/internal/x86_64-linux.nix
@@ -296,7 +296,7 @@ in rec {
296
'';
297
298
newBundle = let
299
- daedalus' = mkDaedalus { sandboxed = true; };
+ daedalus' = mkDaedalus { sandboxed = true; inherit cluster; };
300
daedalus-bridge = common.daedalus-bridge.${cluster};
301
in (import ../../installers/nix/nix-installer.nix {
302
inherit postInstall preInstall linuxClusterBinName;
0 commit comments