Skip to content

Commit d0b15ad

Browse files
committed
Remove the --fallback
1 parent c09b060 commit d0b15ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-installer-unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function checkItnCluster() {
9797

9898
# Build/get cardano bridge which is used by make-installer
9999
echo '~~~ Prebuilding cardano bridge'
100-
CARDANO_BRIDGE=$(nix-build --fallback --no-out-link -A daedalus-bridge --argstr nodeImplementation cardano)
100+
CARDANO_BRIDGE=$(nix-build --no-out-link -A daedalus-bridge --argstr nodeImplementation cardano)
101101

102102
pushd installers
103103
echo '~~~ Prebuilding dependencies for cardano-installer, quietly..'

0 commit comments

Comments
 (0)