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

Commit

Permalink
Merge #4220
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
iohk-bors[bot] and disassembler committed Aug 10, 2019
2 parents 245d062 + 5428115 commit 51ad7c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nix/iohk-nix-src.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "https://github.com/input-output-hk/iohk-nix",
"rev": "05d0b642c5d4a77cd645cc250a658d65e4757aae",
"date": "2019-07-09T23:18:02+08:00",
"sha256": "17r09fxfir9vcs97vii3jasz49ajkjy77xy0013lab1qkyp72vg6",
"rev": "ec5463c3c3442ab3d80500af6c9a57310aed79db",
"date": "2019-08-09T20:49:52-04:00",
"sha256": "0m1f26awc9v7klzmah06x357hn04bxwyaj287aikjqn2gbg2v51m",
"fetchSubmodules": false
}
1 change: 1 addition & 0 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ let
}
{
packages.cardano-sl.patches = [ ./patches/cardano-sl.patch ];
packages.ekg-wai.components.library.enableSeparateDataOutput = true;
}
];
};
Expand Down
2 changes: 1 addition & 1 deletion nix/update-iohk-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -euo pipefail

NIX_DIR=$(dirname "$0")

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

1 comment on commit 51ad7c0

@pacaloka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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

Please sign in to comment.