This is the nightly release repo for Nushell, they are not production ready and just for test purpose.
ONLY THE LATEST 10 NIGHTLY BUILDS WILL BE KEPT.
One can use the toolkit.nu
module provided in this repo to download one of the latest nightly builds.
- download the module
git clone https://github.com/nushell/nightly.git; cd nightly
# or download the file alone
http get https://raw.githubusercontent.com/nushell/nightly/nightly/toolkit.nu | save --force toolkit.nu
- activate the module
overlay use --reload --prefix toolkit.nu as tk
- get some help
tk get-latest-nightly-build --help
- an example for Linux
> tk get-latest-nightly-build x86_64-linux-gnu
latest nightly build (version: 0.85.1, hash: c925537) saved as `nu-0.85.1-x86_64-linux-gnu-full.tar.gz`
hint: run `tar xvf nu-0.85.1-x86_64-linux-gnu-full.tar.gz --directory .` to unpack the tarball