Merge pull request #243226 from tjni/volta-description

volta: update description to warn about using on NixOS
This commit is contained in:
Sandro 2023-07-20 21:20:01 +02:00 committed by GitHub
commit ebaae879a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,9 @@ rustPlatform.buildRustPackage rec {
switch between Nodes. You can install npm package binaries in your
toolchain without having to periodically reinstall them or figure out why
theyve stopped working.
Note: Volta cannot be used on NixOS out of the box because it downloads
Node binaries that assume shared libraries are in FHS standard locations.
'';
homepage = "https://volta.sh/";
changelog = "https://github.com/volta-cli/volta/blob/main/RELEASES.md";