Sefa Eyeoglu
aff0cebe5a
fishPlugins.*: fix versions
2024-11-09 10:27:49 +01:00
R. Ryantm
33e2d3aab7
fishPlugins.forgit: 24.10.0 -> 24.11.0
2024-11-01 12:23:31 +00:00
Gaétan Lepage
7d3e45928b
fishPlugins.plugin-git: 0.2 -> 0.3 ( #346751 )
...
Diff: https://github.com/jhillyerd/plugin-git/compare/refs/tags/v0.2...v0.3
Changelog: https://github.com/jhillyerd/plugin-git/releases/tag/v0.3
2024-10-06 10:52:49 +02:00
R. Ryantm
44337891d6
fishPlugins.forgit: 24.09.0 -> 24.10.0
2024-10-03 07:18:51 +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
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
R. Ryantm
1ebe36abed
fishPlugins.forgit: 24.06.0 -> 24.09.0
2024-09-01 01:00:00 +00:00
Anomalocaridid
b85717adbe
fishPlugins.fish-bd: init at 1.3.3
2024-07-30 12:41:21 -04:00
Anomalocaridid
caacc20216
fishPlugins.plugin-sudope: init at 0-unstable-2021-04-11
2024-07-30 12:40:01 -04:00
Bruno Pacheco
348a4d16b0
fishPlugins.hydro: change sha256 to hash
2024-07-15 13:59:13 -04:00
Bruno Pacheco
07d1ea706f
fishPlugins.hydro: 2022-02-21 → 2024-03-24
...
Should fix https://github.com/jorgebucaran/hydro/issues/55
2024-07-15 13:01:11 -04:00
Yt
ca0f2b31fc
Merge pull request #316304 from r-ryantm/auto-update/fishPlugins.forgit
...
fishPlugins.forgit: 24.05.0 -> 24.06.0
2024-06-10 21:03:32 +00:00
R. Ryantm
8a6a14d1d4
fishPlugins.forgit: 24.05.0 -> 24.06.0
2024-06-10 20:02:34 +02:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +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
Yohann Boniface
db5f339eec
fishPlugins.wakatime-fish: unbreak ( #317803 )
2024-06-07 01:07:51 +02:00
Sigmanificient
1d5618e0ec
wakatime: rename to wakatime-cli
2024-06-02 17:12:06 +02:00
Haseeb Majid
9039081ce7
fishPlugin.fish-git-abbr: init at 0.2.1-unstable-2023-06-19 ( #297873 )
...
* fishPlugin.fish-git-abbr: init at 19-06-23
* Update pkgs/shells/fish/plugins/git-abbr.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
* Update pkgs/shells/fish/plugins/git-abbr.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
---------
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2024-05-11 23:12:00 +09:00
Peder Bergebakken Sundt
3e4eeaee40
Merge pull request #291191 from msladecek/add-fish-gruvbox
...
fishPlugins.gruvbox: init at 0-unstable-2021-10-12
2024-05-11 12:06:15 +02:00
msladecek
52e7cbb72b
fishPlugins.gruvbox: init at 0-unstable-2021-10-12
2024-05-10 21:11:30 +02:00
R. Ryantm
a8f0062799
fishPlugins.forgit: 24.04.0 -> 24.05.0
2024-05-01 01:55:16 +00:00
Pyrox
11255ef03c
maintainers: thehedgeh0g -> pyrox0
...
Also updates my information and contact info.
I no longer use The Hedgehog as my github username or online presence
username, so this fixes that. It also matches my github username, so it
should be easier for others to mention me if needed.
2024-04-24 12:53:58 -04:00
Pascal Wittmann
c0d5d2ca20
Merge pull request #303504 from r-ryantm/auto-update/fishPlugins.done
...
fishPlugins.done: 1.19.2 -> 1.19.3
2024-04-12 14:25:11 +02:00
R. Ryantm
a4b7371c70
fishPlugins.done: 1.19.2 -> 1.19.3
2024-04-12 00:52:18 +00:00
Weijia Wang
98d50dfca1
Merge pull request #301401 from r-ryantm/auto-update/fishPlugins.sdkman-for-fish
...
fishPlugins.sdkman-for-fish: 2.0.0 -> 2.1.0
2024-04-09 15:06:31 +02:00
R. Ryantm
9cac204f99
fishPlugins.fzf-fish: 10.2 -> 10.3
2024-04-07 12:52:26 +00:00
R. Ryantm
2af74b8dc5
fishPlugins.wakatime-fish: 0.0.5 -> 0.0.6
2024-04-04 19:35:18 +00:00
R. Ryantm
5c9c36ef67
fishPlugins.sdkman-for-fish: 2.0.0 -> 2.1.0
2024-04-04 01:17:37 +00:00
R. Ryantm
2f33899915
fishPlugins.forgit: 24.03.2 -> 24.04.0
2024-04-01 04:51:37 +00:00
R. Ryantm
04fa683bd8
fishPlugins.wakatime-fish: 0.0.3 -> 0.0.5
2024-03-27 13:12:13 +00:00
Weijia Wang
0bcd044c65
Merge pull request #297082 from quantenzitrone/puffer
...
fishPlugins.puffer: unstable-2022-10-07 -> 1.0.0
2024-03-20 10:03:39 +01:00
Quantenzitrone
2cdc766aae
fishPlugins.puffer: unstable-2022-10-07 -> 1.0.0
2024-03-19 03:14:00 +01:00
R. Ryantm
2847707ee5
fishPlugins.forgit: 24.03.1 -> 24.03.2
2024-03-16 01:14:16 +00:00
Lin Xianyi
6c1d07ab09
fishPlugins.transient-fish: init at 0-unstable-2024-03-10
2024-03-10 10:00:52 +08:00
OTABI Tomoya
3da2051297
Merge pull request #292987 from hmajid2301/add-fifc-fish-plugin
...
fishPlugin.fifc: init at 0.1.1
2024-03-07 23:07:20 +09:00
R. Ryantm
1cf069cbee
fishPlugins.forgit: 24.03.0 -> 24.03.1
2024-03-06 12:25:35 +00:00
Haseeb Majid
27a75df26c
fishPlugin.fifc: init at 0.1.1
...
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2024-03-03 12:55:15 +00:00
R. Ryantm
c617c307da
fishPlugins.forgit: 24.02.0 -> 24.03.0
2024-03-01 13:51:28 +00:00
Pol Dellaiera
e7f5510c96
Merge pull request #291059 from r-ryantm/auto-update/fishPlugins.pure
...
fishPlugins.pure: 4.8.0 -> 4.11.0
2024-02-24 22:18:13 +01:00
Nick Cao
1a1f521e92
Merge pull request #291057 from r-ryantm/auto-update/fishPlugins.done
...
fishPlugins.done: 1.19.1 -> 1.19.2
2024-02-24 10:28:20 -05:00
R. Ryantm
bb331a8c65
fishPlugins.pure: 4.8.0 -> 4.11.0
2024-02-24 05:21:03 +00:00
R. Ryantm
f96ed27264
fishPlugins.forgit: 24.01.0 -> 24.02.0
2024-02-24 05:20:51 +00:00
R. Ryantm
a3d47ebf72
fishPlugins.done: 1.19.1 -> 1.19.2
2024-02-24 05:20:48 +00:00
ocfox
bd1c70e141
fishPlugins.tide: 6.0.1 -> 6.1.1
...
Diff: https://github.com/IlanCosman/tide/compare/v6.0.1...v6.1.1
2024-02-12 12:52:41 +08:00
hexclover
2ac86e10d5
fishPlugins.plugin-git: fix hash
2024-02-10 19:58:32 +08:00
Gaetan Lepage
5b268e1313
fishPlugins.plugin-git: add GaetanLepage to maintainers
2024-02-10 00:08:27 +01:00