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

Commit 48c568d

Browse files
iohk-bors[bot]rvl
andcommitted
Merge #524
524: [DEVOPS-1120] jobsets: add cardano-shell r=rvl a=rvl Tested with: jq . < $(nix-build --no-out-link jobsets/default.nix) See: input-output-hk/cardano-shell#11 Co-authored-by: Rodney Lorrimar <[email protected]>
2 parents f6546e6 + daaadf9 commit 48c568d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jobsets/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
, ouroborosNetworkPrsJSON ? ./simple-pr-dummy.json
2323
, iohkMonitoringPrsJSON ? ./simple-pr-dummy.json
2424
, chainPrsJSON ? ./simple-pr-dummy.json
25+
, shellPrsJSON ? ./simple-pr-dummy.json
2526
, walletPrsJSON ? ./simple-pr-dummy.json
2627
}:
2728

@@ -105,6 +106,13 @@ let
105106
branch = "develop";
106107
prs = walletPrsJSON;
107108
};
109+
110+
cardano-shell = {
111+
description = "Cardano Shell";
112+
url = "https://github.com/input-output-hk/cardano-shell.git";
113+
branch = "develop";
114+
prs = shellPrsJSON;
115+
};
108116
};
109117

110118
##########################################################################

0 commit comments

Comments
 (0)