We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be great to start working on nushell integration.
Here is a great intro blog post about nushell:
https://www.jonathanturner.org/2019/08/introducing-nushell.html
The text was updated successfully, but these errors were encountered:
Since it took some time to figure this out, sharing my solution:
{ inputs, config, pkgs, ... }: { environment.systemPackages = with pkgs; [ volta ]; # Necessary to use volta-installed node programs.nix-ld.enable = true; }
config env
$env.PATH = ($env.PATH | split row (char esep) | prepend '~/.volta/bin')
$ volta install node $ node --version v22.12.0
related issue: NixOS/nixpkgs#242338
Sorry, something went wrong.
No branches or pull requests
Would be great to start working on nushell integration.
Here is a great intro blog post about nushell:
https://www.jonathanturner.org/2019/08/introducing-nushell.html
The text was updated successfully, but these errors were encountered: