Commit Graph

87 Commits

Author SHA1 Message Date
jopejoe1
2e2c7f54fd treewide: hide more deprecated stuff if allowAliases is false 2024-11-27 20:51:46 +01:00
aftix
bf332f885a nushellPlugins.skim: 0.8.0 -> 0.9.1
Diff: https://github.com/idanarye/nu_plugin_skim/compare/v0.8.0...v0.9.1
2024-11-22 19:34:09 -06:00
aftix
38ca8b8886 nushellPlugins.dbus: 0.12.0 -> 0.13.0
Diff: https://github.com/devyn/nu_plugin_dbus/compare/0.12.0...0.13.0
2024-11-15 16:39:41 -06:00
Joaquín Triñanes
42020ebcbb
nushellPlugins.units: 0.1.2 -> 0.1.3 2024-11-13 13:23:35 +01:00
Joaquín Triñanes
5729a02f59
nushell: 0.99.1 -> 0.100.0 2024-11-13 13:23:29 +01:00
Joaquín Triñanes
f421151c79
nushellPlugins.net: fix updateScript 2024-11-13 12:31:33 +01:00
happysalada
1cf05182d0 nushellPlugins.net: cargoHash fix 2024-10-26 09:28:53 -04:00
Vlad M.
013136ee99
nushellPlugins.skim: init at 0.7.0 (#350136) 2024-10-22 22:03:50 +03:00
Yt
d3503200cd
nushell: 0.99.0 -> 0.99.1 (#350114) 2024-10-21 05:19:51 -04:00
Joaquín Triñanes
a33965600a
nushellPlugins.net: consistent naming 2024-10-21 10:20:44 +02:00
Joaquín Triñanes
fa25edac5b
nushell: fix build on darwin 2024-10-21 10:20:43 +02:00
Joaquín Triñanes
9455dd1c9d
nushell: 0.99.0 -> 0.99.1 2024-10-21 10:20:43 +02:00
Aleksana
dc7219111b
nushellPlugins.query: fix homepage (#347295) 2024-10-21 13:10:02 +08:00
aftix
fbe78043e0 nushellPlugins.skim: init at 0.7.0 2024-10-20 23:18:54 -05:00
aftix
4522ebfc6a nushellPlugins.dbus: init at 0.12.0 2024-10-19 19:14:19 -05:00
Jordan Williams
8f9643ef65
nushell: 0.98.0 -> 0.99.0
changelog: https://www.nushell.sh/blog/2024-10-15-nushell_0_99_0.html
2024-10-16 07:55:58 -05:00
happysalada
482a6800ab nushellPlugins.net: 1.7.0 -> 1.8.0 2024-10-13 16:34:14 -04:00
Merlin Humml
d22ac6c35e
nushellPlugins.highlight: init at 1.3.1+0.98.0 2024-10-09 16:04:42 +02:00
Merlin Humml
3fb311b7f4
nushellPlugins.units: init at 0.1.2 2024-10-09 11:56:41 +02:00
Honnip
ca07e930b6
nushellPlugins.query: fix homepage 2024-10-09 10:51:07 +09:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
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"
```
2024-09-25 00:04:37 +03:00
1adept
1061e2e141 nushell: 0.97.1 -> 0.98.0
changelog: https://www.nushell.sh/blog/2024-09-17-nushell_0_98_0.html
2024-09-19 20:33:29 +02:00
Stanisław Pitucha
9c4cbe00d8 nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0 2024-09-11 23:03:49 +10:00
1adept
e96e635226 nushell: 0.96.1 -> 0.97.1
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-08-21 17:28:14 +02:00
happysalada
df67de0747 nushellPlugins.query: fix build 2024-08-03 07:58:26 -04:00
1adept
f85e1e1d18 nushell: 0.96.0 -> 0.96.1 2024-07-30 15:42:25 +02:00
1adept
1b14769458 nushell: 0.95.0 -> 0.96.0
add missing dependencies to query-plugin
2024-07-27 14:36:46 +02:00
Eric Kim-Butler
9050404e91 nushell: 0.94.1 -> 0.95.0 2024-06-26 13:21:47 +02:00
Alexis Hildebrandt
755b915a15 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/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 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";/'
2024-06-09 23:04:51 +02:00
Joaquín Triñanes
73472e3d77
nu_plugin_net: Fix meta.mainProgram 2024-06-06 19:49:42 +02:00
Joaquín Triñanes
923ad862cd
nu_plugin_polars: init at 0.94.1 2024-06-06 19:49:42 +02:00
Lovis Rentsch
abf9d35cfb
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).
2024-06-04 18:50:56 +02:00
Eric Kim-Butler
78ae8350dc nushell: 0.93.0 -> 0.94.1 2024-06-02 17:26:59 +02:00
Joaquín Triñanes
5ff8d5cbe7
nushellPlugins: fix incorrect license 2024-05-31 08:55:59 +02:00
Raghav Sood
351274bf94
nushellPlugins.query: 0.92.1 -> 0.93.0 2024-05-15 14:28:19 +08:00
Raghav Sood
89b9621978
nushellPlugins.gstat: 0.92.1 -> 0.93.0 2024-05-15 14:28:05 +08:00
Raghav Sood
2d3eb89ad0
nushellPlugins.formats: 0.92.1 -> 0.93.0 2024-05-15 14:27:44 +08:00
OPNA2608
be077886cd 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.
2024-05-05 22:45:23 +02:00
Weijia Wang
045d1840e7 nushellPlugins.query: use rustPlatform.bindgenHook 2024-04-17 01:58:03 +02:00
Weijia Wang
d32e908b92 nushellPlugins.gstat: use rustPlatform.bindgenHook 2024-04-17 01:57:34 +02:00
Weijia Wang
79b9b9d80a nushellPlugins.formats: use rustPlatform.bindgenHook 2024-04-17 01:57:00 +02:00
Eric Kim-Butler
53092dd979 nushellPlugins.net: unstable-2023-11-15 -> unstable-2024-04-05 2024-04-06 02:41:31 +02:00
Eric Kim-Butler
1189052ee1 nushell: 0.92.0 -> 0.92.1 2024-04-05 14:47:06 +02:00
Yt
40ba58eccb
Merge pull request #295665 from JoaquinTrinanes/nushell-0.91.1
nushell: 0.91.0 -> 0.92.0
2024-04-03 23:03:00 +00:00
Joaquín Triñanes
5b8e995ae7
nuShellPlugins: 0.91.0 -> 0.92.0 2024-04-03 15:52:05 +02:00
stuebinm
ff1a94e523 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.
2024-03-19 03:14:51 +01:00
Yt
55c4083a69
Merge pull request #294465 from aidalgol/nu-regex-plugin-remove
nushellPlugins.regex: remove
2024-03-09 11:13:22 +00:00
Aidan Gauland
ccd2165aec
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.
2024-03-09 22:16:49 +13:00
Lena
16c9831ad5
nushellPlugins: update to nushell 0.91.0 2024-03-06 00:20:01 +01:00