summaryrefslogtreecommitdiff
path: root/pkgs/shells/nushell (follow)
Commit message (Expand)AuthorAgeFilesLines
* nu_scripts: 0-unstable-2024-06-29 -> 0-unstable-2024-07-03R. Ryantm2024-07-071-3/+3
* nu_scripts: 0-unstable-2024-06-22 -> 0-unstable-2024-06-29R. Ryantm2024-06-291-3/+3
* nushell: 0.94.1 -> 0.95.0Eric Kim-Butler2024-06-265-14/+18
* nu_scripts: 0-unstable-2024-06-16 -> 0-unstable-2024-06-22R. Ryantm2024-06-241-3/+3
* nu_scripts: 0-unstable-2024-06-08 -> 0-unstable-2024-06-16R. Ryantm2024-06-171-3/+3
* treewide: Remove indefinite article from meta.description•••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/' Alexis Hildebrandt2024-06-096-6/+6
* treewide: Remove ending period from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/' Alexis Hildebrandt2024-06-091-1/+1
* nu_scripts: 0-unstable-2024-06-01 -> 0-unstable-2024-06-08R. Ryantm2024-06-091-3/+3
* nu_plugin_net: Fix meta.mainProgramJoaquín Triñanes2024-06-061-11/+10
* nu_plugin_polars: init at 0.94.1Joaquín Triñanes2024-06-062-0/+46
* nu_plugin_net: 1.4.0 -> 1.4.1•••The plugins for nushell must be built with the same version as the current shell, so I want to update it to use the current nushell version that is in the 24.05 and unstable branches (0.93.0). Lovis Rentsch2024-06-041-3/+3
* Merge pull request #315086 from r-ryantm/auto-update/nu_scripts•••nu_scripts: 0-unstable-2024-05-19 -> 0-unstable-2024-06-01Weijia Wang2024-06-021-3/+3
|\
| * nu_scripts: 0-unstable-2024-05-19 -> 0-unstable-2024-06-01R. Ryantm2024-06-011-3/+3
* | nushell: 0.93.0 -> 0.94.1Eric Kim-Butler2024-06-024-6/+6
* | nushellPlugins: fix incorrect licenseJoaquín Triñanes2024-05-313-3/+3
|/
* nu_scripts: 0-unstable-2024-05-15 -> 0-unstable-2024-05-19R. Ryantm2024-05-211-3/+3
* nu_scripts: 0-unstable-2024-05-08 -> 0-unstable-2024-05-15R. Ryantm2024-05-161-3/+3
* nushellPlugins.query: 0.92.1 -> 0.93.0Raghav Sood2024-05-151-1/+1
* nushellPlugins.gstat: 0.92.1 -> 0.93.0Raghav Sood2024-05-151-1/+1
* nushellPlugins.formats: 0.92.1 -> 0.93.0Raghav Sood2024-05-151-1/+1
* nushell: 0.92.1 -> 0.93.0John Titor2024-05-141-3/+3
* nu_scripts: 0-unstable-2024-04-30 -> 0-unstable-2024-05-08R. Ryantm2024-05-091-3/+3
* nushellPlugins.net: unstable-2024-04-05 -> 0-unstable-2024-04-05•••cargoHash is affected by version change because full derivation name is used in the vendoring process. OPNA26082024-05-051-2/+2
* nu_scripts: unstable-2024-03-20 -> 0-unstable-2024-04-30R. Ryantm2024-05-021-3/+3
* maintainers: drop marsamMario Rodas2024-04-241-1/+1
* nushellPlugins.query: use rustPlatform.bindgenHookWeijia Wang2024-04-171-4/+1
* nushellPlugins.gstat: use rustPlatform.bindgenHookWeijia Wang2024-04-171-5/+2
* nushellPlugins.formats: use rustPlatform.bindgenHookWeijia Wang2024-04-171-5/+2
* nushellPlugins.net: unstable-2023-11-15 -> unstable-2024-04-05Eric Kim-Butler2024-04-061-4/+4
* nushell: 0.92.0 -> 0.92.1Eric Kim-Butler2024-04-054-6/+6
* Merge pull request #295665 from JoaquinTrinanes/nushell-0.91.1•••nushell: 0.91.0 -> 0.92.0Yt2024-04-034-6/+6
|\
| * nuShellPlugins: 0.91.0 -> 0.92.0Joaquín Triñanes2024-04-033-3/+3
| * nushell: 0.91.0 -> 0.92.0Joaquín Triñanes2024-04-031-3/+3
* | nu_scripts: unstable-2024-03-17 -> unstable-2024-03-20R. Ryantm2024-03-211-3/+3
* | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-193-0/+3
* | nu_scripts: unstable-2024-03-12 -> unstable-2024-03-17R. Ryantm2024-03-181-3/+3
* | nu_scripts: unstable-2024-03-09 -> unstable-2024-03-12R. Ryantm2024-03-141-3/+3
|/
* nushell: add joaquintrinanes as maintainerJoaquín Triñanes2024-03-121-1/+1
* nu_scripts: unstable-2024-03-02 -> unstable-2024-03-09R. Ryantm2024-03-101-3/+3
* Merge pull request #294465 from aidalgol/nu-regex-plugin-remove•••nushellPlugins.regex: removeYt2024-03-092-36/+1
|\
| * nushellPlugins.regex: remove•••The current version in nixpkgs is no longer compatible with the current version of Nushell, and upstream is tracking the development branch of Nushell, and is incompatible with the stable release of Nushell. Background: https://github.com/fdncred/nu_plugin_regex/issues/3 This only made it into nixpkgs because there was a window in which the Nushell plugin API in the released version and the version used by this plugin were compatible. Aidan Gauland2024-03-092-36/+1
* | Merge pull request #286543 from r-ryantm/auto-update/nu_scripts•••nu_scripts: unstable-2024-01-26 -> unstable-2024-03-02Weijia Wang2024-03-071-3/+3
|\ \
| * | nu_scripts: unstable-2024-01-26 -> unstable-2024-03-02R. Ryantm2024-03-051-3/+3
* | | nushellPlugins: update to nushell 0.91.0Lena2024-03-063-3/+3
* | | nushell: 0.90.1 -> 0.91.0Lena2024-03-061-3/+3
|/ /
* / nushell: 0.89.0 -> 0.90.1happysalada2024-02-284-7/+9
|/
* nu_scripts: unstable-2024-01-17 -> unstable-2024-01-26R. Ryantm2024-01-261-3/+3
* nu_scripts: unstable-2024-01-05 -> unstable-2024-01-17R. Ryantm2024-01-201-3/+3
* nushellPlugins: hash update for 0.89.0happysalada2024-01-143-3/+3
* nushellFull: 0.88.1 -> 0.89.0R. Ryantm2024-01-091-3/+3