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

Commit daaadf9

Browse files
committed
[DEVOPS-1120] jobsets: add cardano-shell
1 parent f6546e6 commit daaadf9

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)