R. Ryantm
087a9cfa79
zsh-forgit: 24.09.0 -> 24.10.0
2024-10-04 10:23:38 +00:00
R. Ryantm
44337891d6
fishPlugins.forgit: 24.09.0 -> 24.10.0
2024-10-03 07:18:51 +00:00
R. Ryantm
c3406f56f5
oh-my-zsh: 2024-09-22 -> 2024-10-01
2024-10-01 15:48:14 +00:00
h7x4
cfb89f4eb9
fishPlugins.fish-you-should-use: init at 0-unstable-2022-02-13 ( #318939 )
2024-09-30 20:03:54 +02:00
Anomalocaridid
3b957cfd41
fishPlugins.fish-you-should-use: init at 0-unstable-2022-02-13
2024-09-30 12:07:51 -04:00
Sandro
23887af5ba
fishPlugins.fish-bd: init at 1.3.3 ( #318932 )
2024-09-30 16:21:46 +02:00
Sandro
a0b90a250d
fishPlugins.plugin-sudope: init at 0-unstable-2021-04-11 ( #318936 )
2024-09-30 16:21:29 +02:00
Fabián Heredia Montiel
db34d53656
nix-your-shell: move to pkgs/by-name, format with nixfmt-rfc-style ( #344766 )
2024-09-29 12:45:46 -06:00
R. Ryantm
a10c8553fc
spaceship-prompt: 4.16.1 -> 4.16.2
2024-09-29 02:05:36 +00:00
R. Ryantm
8b7694db56
nu_scripts: 0-unstable-2024-09-11 -> 0-unstable-2024-09-26
2024-09-27 10:36:04 +00:00
uncenter
97ad77ba73
nix-your-shell: move to pkgs/by-name, format with nixfmt-rfc-style
2024-09-26 18:57:24 -04:00
Weijia Wang
9f805cd127
spaceship-prompt: 4.16.0 -> 4.16.1 ( #342820 )
2024-09-26 23:48:45 +02:00
R. Ryantm
115c3a3ec7
nix-your-shell: 1.4.5 -> 1.4.6
2024-09-26 12:26:19 +00:00
R. RyanTM
3510b853ef
oh-my-zsh: 2024-09-01 -> 2024-09-22 ( #343890 )
2024-09-25 10:44:45 -04: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
Markus Kowalewski
6a313867c6
murex: 6.2.4000 -> 6.3.4225 ( #342929 )
2024-09-24 22:10:18 +02:00
Peder Bergebakken Sundt
e5a4e67010
zsh-autopair: 1.0 -> 1.0-unstable-2024-07-14 ( #340743 )
2024-09-20 20:14:12 +02:00
DataHearth
626f609212
zsh-autopair: 1.0 -> 1.0-unstable-2024-07-14
2024-09-20 09:58:05 +02:00
Yt
48da077a71
nushell: 0.97.1 -> 0.98.0 ( #343096 )
2024-09-19 18:31:08 -04:00
Weijia Wang
b774239974
zsh-forgit: 24.02.0 -> 24.09.0 ( #340076 )
2024-09-19 23:18:02 +02: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
1adept
06967a8406
nushell: remove update script
...
Just use the provided update scripts.
This is not needed
2024-09-19 16:56:35 +02:00
R. Ryantm
09fb2fef88
murex: 6.2.4000 -> 6.3.4225
2024-09-19 02:11:31 +00:00
R. Ryantm
357c9d9ff1
spaceship-prompt: 4.16.0 -> 4.16.1
2024-09-18 15:00:48 +00:00
R. Ryantm
fe05a75ac7
nu_scripts: 0-unstable-2024-08-30 -> 0-unstable-2024-09-11
2024-09-16 03:57:14 +00:00
Peder Bergebakken Sundt
2927931900
carapace: 1.0.5 -> 1.0.6 ( #341304 )
2024-09-13 09:53:05 +02:00
Ashish SHUKLA
2ec6fe1a72
carapace: 1.0.5 -> 1.0.6
...
- depend on go 1.23
- update src to point to updated upstream
Changes: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.0.6
2024-09-13 07:58:34 +05:30
Aleksana
9229227c91
zinit: Fixes missing man pages ( #313045 )
2024-09-13 09:46:16 +08:00
Yt
a0bc9c076c
nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0 ( #341191 )
2024-09-12 18:12:40 +00:00
Connor Meehan
651e55cbe0
zinit: Fixes missing man pages
2024-09-12 21:22:52 +10:00
Artturin
8c116c6112
bash: badPlatforms
mingw
...
`bash` doesn't compile for `mingw`
https://www.github.com/NixOS/nixpkgs/issues/333338
2024-09-12 08:23:58 +02:00
Stanisław Pitucha
9c4cbe00d8
nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0
2024-09-11 23:03:49 +10:00
Nick Cao
71ef3d3b99
nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-30 ( #328291 )
2024-09-08 09:38:22 -04:00
Aleksana
c424b1e823
zinit: add installation of doc files ( #278384 )
2024-09-08 16:35:45 +08:00
David Morgan
99d636490f
zsh-forgit: 24.02.0 -> 24.09.0
2024-09-06 12:23:50 +00:00
R. Ryantm
64d36bf11c
agkozak-zsh-prompt: 3.11.3 -> 3.11.4
2024-09-06 00:25:44 +00:00
R. Ryantm
f787964a2e
nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-30
2024-09-05 07:03:25 +00:00
Leona Maroni
144ac614a2
zsh-autocomplete: 23.07.13 -> 24.09.04 ( #339563 )
2024-09-04 18:01:19 +02:00
R. Ryantm
b497f64fa0
zsh-autocomplete: 23.07.13 -> 24.09.04
2024-09-04 15:00:23 +00:00
R. RyanTM
08eabd49ce
oh-my-zsh: 2024-08-27 -> 2024-09-01 ( #339190 )
2024-09-04 10:35:40 -04:00
Aleksana
debde243a7
murex: fix shellPackage check ( #336428 )
2024-09-04 13:19:55 +08:00
R. Ryantm
1ebe36abed
fishPlugins.forgit: 24.06.0 -> 24.09.0
2024-09-01 01:00:00 +00:00
Weijia Wang
79eb73f1c4
powershell: 7.4.4 -> 7.4.5 ( #336385 )
2024-08-30 20:58:53 +08:00
R. RyanTM
4b879afe00
oh-my-zsh: 2024-08-21 -> 2024-08-27 ( #337874 )
2024-08-28 09:48:12 -04:00
Sandro
771c5644e8
Merge pull request #333915 from jopejoe1/license
...
lib/licenses: some corrections
2024-08-24 12:39:30 +02:00
Sebastián Mancilla
31060467bc
Merge pull request #333187 from r-ryantm/auto-update/hilbish
...
hilbish: 2.2.3 -> 2.3.2
2024-08-22 22:21:48 -04:00
R. RyanTM
2c9185e42e
oh-my-zsh: 2024-08-14 -> 2024-08-21 ( #336478 )
2024-08-22 09:57:24 -04:00
atagen
e9d0064b02
murex: make package a shellPackage
2024-08-22 09:55:50 +10:00
Weijia Wang
c88cfcb012
powershell: 7.4.4 -> 7.4.5
2024-08-21 21:10:48 +02: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