-
Notifications
You must be signed in to change notification settings - Fork 100
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
node2nix --help
is not updated with --nodejs-16
option
#291
Comments
Hmm really? I can clearly see, that for me it's there: $ node2nix --help
...
-16, --nodejs-16 Provides all settings to generate expression for usage with Node.js 16.x (default is: Node.js 12.x) |
Hey might be referring to the node2nix that is in nixpkgs master. On revision NixOS/nixpkgs@a5774e7 node2nix is still
But:
It doesn't even show the |
|
node2nix --help
does not inform the user that16
functionality is there.The text was updated successfully, but these errors were encountered: