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.
daedalus-installer
1 parent da9a826 commit 85b3fbbCopy full SHA for 85b3fbb
shell.nix
@@ -78,7 +78,8 @@ let
78
gcRoot = pkgs.runCommandLocal "gc-root" {
79
properBuildShell = buildShell.overrideAttrs (old: { buildCommand = "export >$out"; });
80
cardanoWalletsHaskellNix = daedalusPkgs.walletFlake.defaultNix.outputs.legacyPackages.${system}.roots;
81
- ourHaskellNix = daedalusPkgs.yaml2json.project.roots;
+ ourHaskellNix = if pkgs.stdenv.isLinux then daedalusPkgs.yaml2json.project.roots else "";
82
+ daedalusInstallerInputs = with daedalusPkgs.daedalus-installer; buildInputs ++ nativeBuildInputs;
83
} "export >$out";
84
85
debug.node = pkgs.writeShellScriptBin "debug-node" (with daedalusPkgs.launcherConfigs.launcherConfig; ''
0 commit comments