hci: init at 0.1.0

This commit is contained in:
Robert Hensing
2021-03-09 16:38:20 +01:00
parent c0a3fd18ca
commit fdfbd17b70
5 changed files with 55 additions and 0 deletions
@@ -1533,6 +1533,11 @@ self: super: {
);
};
hercules-ci-cli = generateOptparseApplicativeCompletion "hci" (
# See hercules-ci-optparse-applicative in non-hackage-packages.nix.
addBuildDepend (unmarkBroken super.hercules-ci-cli) super.hercules-ci-optparse-applicative
);
# 2020-12-05: http-client is fixed on too old version
essence-of-live-coding-warp = super.essence-of-live-coding-warp.override {
http-client = self.http-client_0_7_6;