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.
--fallback
1 parent c09b060 commit d0b15adCopy full SHA for d0b15ad
scripts/build-installer-unix.sh
@@ -97,7 +97,7 @@ function checkItnCluster() {
97
98
# Build/get cardano bridge which is used by make-installer
99
echo '~~~ Prebuilding cardano bridge'
100
-CARDANO_BRIDGE=$(nix-build --fallback --no-out-link -A daedalus-bridge --argstr nodeImplementation cardano)
+CARDANO_BRIDGE=$(nix-build --no-out-link -A daedalus-bridge --argstr nodeImplementation cardano)
101
102
pushd installers
103
echo '~~~ Prebuilding dependencies for cardano-installer, quietly..'
0 commit comments