Skip to content

Commit 85b3fbb

Browse files
committed
[DDW-1127] Add daedalus-installer’s inputs to the GC root
1 parent da9a826 commit 85b3fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ let
7878
gcRoot = pkgs.runCommandLocal "gc-root" {
7979
properBuildShell = buildShell.overrideAttrs (old: { buildCommand = "export >$out"; });
8080
cardanoWalletsHaskellNix = daedalusPkgs.walletFlake.defaultNix.outputs.legacyPackages.${system}.roots;
81-
ourHaskellNix = daedalusPkgs.yaml2json.project.roots;
81+
ourHaskellNix = if pkgs.stdenv.isLinux then daedalusPkgs.yaml2json.project.roots else "";
82+
daedalusInstallerInputs = with daedalusPkgs.daedalus-installer; buildInputs ++ nativeBuildInputs;
8283
} "export >$out";
8384

8485
debug.node = pkgs.writeShellScriptBin "debug-node" (with daedalusPkgs.launcherConfigs.launcherConfig; ''

0 commit comments

Comments
 (0)