-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodePackages.{triton,manta}: repackage using buildNpmPackage #230158
Conversation
Related #229475 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase and add an alias to the new aliases file inside of node-packages.
384e09b
to
ec3a09b
Compare
Renamed package to node-manta, because manta is already taken
ec3a09b
to
9115820
Compare
@ofborg build triton node-manta |
@@ -37,4 +37,5 @@ mapAliases { | |||
"@antora/cli" = pkgs.antora; | |||
"@githubnext/github-copilot-cli" = pkgs.github-copilot-cli; # Added 2023-05-02 | |||
"@nestjs/cli" = pkgs.nest-cli; | |||
trito = pkgs.triton; # Added 2023-05-06 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this typo: trito
-> triton
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@teutat3s Can you make an upstream PR committing |
Description of changes
nodePackages.triton
to buildNpmPackagenodePackages.manta
to buildNpmPackagetriton
andmanta
nodePackages.manta
tonode-manta
, becausemanta
is already takenIf desired, can be split up into two separate PRs.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)