summary refs log tree commit diff
path: root/pkgs/shells/nushell
Commit message (Collapse)AuthorAge
* nushell: 0.15.0 -> 0.16.0Philipp Mildenberger2020-06-30
|
* nushell: add checkPhase without --target which causes failing testsPhilipp Mildenberger2020-06-20
|
* nushell: 0.14.0 -> 0.15.0Philipp Mildenberger2020-06-11
|
* nushell: 0.13.0 -> 0.14.0Oleksii Filonenko2020-05-13
|
* nushell: 0.12.0 -> 0.13.0Mario Rodas2020-05-01
| | | | Release notes: https://www.nushell.sh/blog/2020/04/21/nushell_0_13_0.html
* nushell: 0.11.0 -> 0.12.0Mario Rodas2020-03-31
|
* nushell: 0.10.0 -> 0.11.0Mario Rodas2020-03-12
| | | | Release notes: https://www.nushell.sh/blog/2020/03/10/nushell_0_11_0.html
* nushell: 0.9.0 -> 0.10.0Serg Nesterov2020-02-19
|
* nushell: fix build by using newer cargo fetcherBenjamin Hipple2020-02-15
| | | | | | | Resolves #80117 by using the newer fetcher; see #79975 for details. Would also be fixed by #80153 eventually, but we want to upgrade Rust packages either way, so might as well start with the broken ones!
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* nushell: 0.8.0 -> 0.9.0Serg Nesterov2020-01-30
|
* nushell: 0.7.1 -> 0.8.0Oleksii Filonenko2020-01-07
|
* nushell: 0.7.0 -> 0.7.1Maximilian Bosch2020-01-02
| | | | | | | https://crates.io/crates/nu/0.7.1 `aarch64-linux` is currently not supported as several crates fail to compile on ARM archs (https://github.com/nushell/nushell/issues/485).
* nushell: change --all-features to --features=stableOleksii Filonenko2019-12-19
|
* nushell: 0.6.1 -> 0.7.0Oleksii Filonenko2019-12-19
|
* nushell: 0.6.0 -> 0.6.1Oleksii Filonenko2019-12-01
|
* nushell: 0.5.0 -> 0.6.0Oleksii Filonenko2019-11-27
|
* nushell: add filalex77 to maintainersOleksii Filonenko2019-11-27
|
* nushell: add withAllFeatures flagMario Rodas2019-11-12
| | | | Co-authored-by: Evan Stoll <evanjs@users.noreply.github.com>
* nushell: init at 0.5.0Mario Rodas2019-11-09