Add antora

This commit is contained in:
Domen Kožar 2019-07-22 08:08:35 +02:00
parent 8866b70c04
commit 2000a9ebcb
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
3 changed files with 1643 additions and 1309 deletions

View file

@ -1,6 +1,7 @@
[
"@angular/cli"
, "asar"
, "@antora/cli"
, "aws-azure-login"
, "azure-functions-core-tools"
, "bash-language-server"

File diff suppressed because it is too large Load diff

View file

@ -553,6 +553,8 @@ in
ansifilter = callPackage ../tools/text/ansifilter {};
antora = nodePackages_10_x."@antora/cli";
apktool = callPackage ../development/tools/apktool {
inherit (androidenv.androidPkgs_9_0) build-tools;
};