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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user