Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 51ad7c0

Browse files
Merge #4220
4220: enable separate data output r=disassembler a=disassembler ## Description This shrinks the linux installer for daedalus. <!--- A brief description of this PR and the problem is trying to solve --> ## Linked issue https://iohk.myjetbrains.com/youtrack/issue/CBR-532 <!--- Put here the relevant issue from YouTrack --> Co-authored-by: Samuel Leathers <[email protected]>
2 parents 245d062 + 5428115 commit 51ad7c0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

nix/iohk-nix-src.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"url": "https://github.com/input-output-hk/iohk-nix",
3-
"rev": "05d0b642c5d4a77cd645cc250a658d65e4757aae",
4-
"date": "2019-07-09T23:18:02+08:00",
5-
"sha256": "17r09fxfir9vcs97vii3jasz49ajkjy77xy0013lab1qkyp72vg6",
3+
"rev": "ec5463c3c3442ab3d80500af6c9a57310aed79db",
4+
"date": "2019-08-09T20:49:52-04:00",
5+
"sha256": "0m1f26awc9v7klzmah06x357hn04bxwyaj287aikjqn2gbg2v51m",
66
"fetchSubmodules": false
77
}

nix/pkgs.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ let
3939
}
4040
{
4141
packages.cardano-sl.patches = [ ./patches/cardano-sl.patch ];
42+
packages.ekg-wai.components.library.enableSeparateDataOutput = true;
4243
}
4344
];
4445
};

nix/update-iohk-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -euo pipefail
55

66
NIX_DIR=$(dirname "$0")
77

8-
nix-prefetch-git https://github.com/input-output-hk/iohk-nix \
8+
nix-prefetch-git https://github.com/input-output-hk/iohk-nix refs/heads/haskell-nix-cardano-sl \
99
> "$NIX_DIR/iohk-nix-src.json"

0 commit comments

Comments
 (0)