File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8080 cardanoWalletsHaskellNix = daedalusPkgs . walletFlake . defaultNix . outputs . legacyPackages . ${ system } . roots ;
8181 ourHaskellNix = if pkgs . stdenv . isLinux then daedalusPkgs . yaml2json . project . roots else "" ;
8282 daedalusInstallerInputs = with daedalusPkgs . daedalus-installer ; buildInputs ++ nativeBuildInputs ;
83+ # cardano-bridge inputs are GC’d, and rebuilt too often on Apple M1 CI:
84+ cardanoBridgeInputs = builtins . map ( attr : if daedalusPkgs ? ${ attr } && pkgs . lib . isDerivation daedalusPkgs . ${ attr } then daedalusPkgs . ${ attr } else null ) ( builtins . attrNames ( builtins . functionArgs ( import ./nix/cardano-bridge.nix ) ) ) ;
8385 } "export >$out" ;
8486
8587 debug . node = pkgs . writeShellScriptBin "debug-node" ( with daedalusPkgs . launcherConfigs . launcherConfig ; ''
You can’t perform that action at this time.
0 commit comments