about summary refs log tree commit diff
path: root/pkgs/shells/nushell/default.nix
AgeCommit message (Collapse)AuthorFilesLines
3 daystreewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin1-6/+6
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ```
8 daysnushell: 0.97.1 -> 0.98.01adept1-3/+3
changelog: https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html
2024-08-21nushell: 0.96.1 -> 0.97.11adept1-3/+3
Note from release note: > "Note: this was going to be version 0.97.0, but that version had to be yanked due to a last minute bug. This is still the next major version, not a patch release."
2024-07-30nushell: 0.96.0 -> 0.96.11adept1-3/+3
2024-07-27nushell: 0.95.0 -> 0.96.01adept1-3/+5
add missing dependencies to query-plugin
2024-06-26nushell: 0.94.1 -> 0.95.0Eric Kim-Butler1-10/+14
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-02nushell: 0.93.0 -> 0.94.1Eric Kim-Butler1-3/+3
2024-05-14nushell: 0.92.1 -> 0.93.0John Titor1-3/+3
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2024-04-05nushell: 0.92.0 -> 0.92.1Eric Kim-Butler1-3/+3
2024-04-03nushell: 0.91.0 -> 0.92.0Joaquín Triñanes1-3/+3
2024-03-12nushell: add joaquintrinanes as maintainerJoaquín Triñanes1-1/+1
2024-03-06nushell: 0.90.1 -> 0.91.0Lena1-3/+3
2024-02-28nushell: 0.89.0 -> 0.90.1happysalada1-4/+6
2024-01-09nushellFull: 0.88.1 -> 0.89.0R. Ryantm1-3/+3
2023-12-15nushell: 0.88.0 -> 0.88.1Eric Kim-Butler1-3/+3
2023-12-13nushell: 0.87.1 -> 0.88.0Lena1-3/+3
2023-11-22nushell: 0.87.0 -> 0.87.1Eric Kim-Butler1-3/+3
2023-11-15nushell: 0.86.0 -> 0.87.0Adam Stephens1-3/+3
2023-10-21nushell: 0.85.0 -> 0.86.0Christina Sørensen1-3/+3
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-21nushell: 0.84.0 -> 0.85.0Gabriel Simmer1-3/+3
2023-08-25nushell: 0.83.1 -> 0.84.0Mario Rodas1-3/+3
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.84.0
2023-07-31nushell: 0.83.0 -> 0.83.1Mario Rodas1-3/+3
Diff: https://github.com/nushell/nushell/compare/0.83.0...0.83.1
2023-07-26nushell: 0.82.0 -> 0.83.0Mario Rodas1-3/+3
Diff: https://github.com/nushell/nushell/compare/0.82.0...0.83.0
2023-07-03nushell: refactorfigsoda1-25/+23
- fix tests on darwin - respect withDefaultFeatures = false - don't use lib.optional in a list - remove libiconv from buildInputs since it is the default - formatting
2023-06-28nushell: 0.81.0 -> 0.82.0happysalada1-3/+3
2023-06-07nushell: 0.80.0 -> 0.81.0Adam Stephens1-3/+3
2023-05-18nushell: 0.79.0 -> 0.80.0happysalada1-3/+3
2023-04-26nushell: 0.78.0 -> 0.79.0Utkarsh Gupta1-3/+3
2023-04-04nushell: 0.77.1 -> 0.78.0happysalada1-5/+3
2023-03-22nushell: 0.77.0 -> 0.77.1R. Ryantm1-3/+3
2023-03-15nushell: 0.76.0 -> 0.77.0Adam Stephens1-3/+3
2023-02-24nushell: 0.75.0 -> 0.76.0mangoiv1-15/+17
Bumped version for nushell (release notes at https://www.nushell.sh/blog/2023-02-21-nushell_0_76.html); changed the name of the settings such that it complies with the current Cargo.toml; made it possible to apply additional cargo features such as the dataframes feature, made it possible to skip checks to avoid building and running the tests for derivations that modify the cargo features
2023-02-16nushell: use newer libproc.hWeijia Wang1-17/+3
2023-02-11nushell: fix build on x86_64-darwinWeijia Wang1-2/+0
2023-02-05nushell: 0.74.0 -> 0.75.0R. Ryantm1-3/+3
2023-01-12nushell: 0.73.0 -> 0.74.0Aidan Gauland1-3/+3
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-24nushell: 0.72.1 -> 0.73Aidan Gauland1-13/+3
2022-12-24nushell: Add updater scriptAidan Gauland1-0/+4
2022-12-11nushell: do checksArnout Engelen1-3/+12
pulling in the upstream patch
2022-12-06nushell: 0.72.0 -> 0.72.1R. Ryantm1-3/+3
2022-12-02nushell: 0.71.0 -> 0.72.0Arnout Engelen1-3/+3
Wanted to see if the tests are still failing. They are. https://github.com/nushell/nushell/issues/6708
2022-11-08nushell: 0.70.0 -> 0.71.0ilkecan1-3/+3
2022-10-26nushell: 0.69.1 -> 0.70.0ilkecan1-3/+3
2022-10-14nushell: 0.68.1 -> 0.69.1 (#195652)Jacob Birkett1-4/+6
2022-09-10nushell: 0.67.0 -> 0.68.1R. Ryantm1-3/+3
2022-09-05nushell: 0.66.2 -> 0.67.0Shane Sveller1-3/+3
https://www.nushell.sh/blog/2022-08-16-nushell-0_67.html
2022-09-05nushell: Include Apple SDK for libproc.h / bindgenShane Sveller1-1/+19
https://github.com/nushell/nushell/commit/9b6b8172761cbeb9000dfef3c2db51fc22a56d8e https://github.com/andrewdavidmackenzie/libproc-rs/releases/tag/v0.12.0 https://github.com/NixOS/nixpkgs/blob/fec8b61321a6597d0a9f93468970e6d2cdb896f9/pkgs/development/libraries/webkitgtk/default.nix#L161-L166 https://github.com/NixOS/nixpkgs/blob/fec8b61321a6597d0a9f93468970e6d2cdb896f9/pkgs/tools/system/btop/default.nix#L32-L37