nodePackages.@antora/cli: fix eval by removing main-programs.nix entry

Without the change evaluation fails as:

    $ nix build -f . 'nodePackages."@antora/cli"'
       error: function 'anonymous lambda' called with unexpected argument 'meta'
This commit is contained in:
Sergei Trofimovich
2023-12-28 09:04:03 +00:00
parent 55b8e90b5f
commit 5f1c63ac1f
@@ -9,7 +9,6 @@
# Packages that provide a single executable.
"@angular/cli" = "ng";
"@antora/cli" = "antora";
"@astrojs/language-server" = "astro-ls";
"@babel/cli" = "babel";
"@commitlint/cli" = "commitlint";