Merge pull request #218670 from wegank/nodenv-unix

nodenv: support more platforms

authored by

Weijia Wang and committed by
GitHub
97e7b0e4 647a7f0e

+1 -1
+1 -1
pkgs/development/tools/nodenv/default.nix
··· 39 39 changelog = "https://github.com/nodenv/nodenv/releases/tag/v${version}"; 40 40 license = licenses.mit; 41 41 maintainers = with maintainers; [ alexnortung ]; 42 - platforms = [ "x86_64-linux" ]; 42 + platforms = platforms.unix; 43 43 }; 44 44 }