Commit Graph

944 Commits

Author SHA1 Message Date
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
R. RyanTM
3510b853ef
oh-my-zsh: 2024-09-01 -> 2024-09-22 (#343890) 2024-09-25 10:44:45 -04:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03: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
github-actions[bot]
754402a237
Merge staging-next into staging 2024-09-21 00:13:41 +00: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
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
Weijia Wang
b774239974
zsh-forgit: 24.02.0 -> 24.09.0 (#340076) 2024-09-19 23:18:02 +02:00
github-actions[bot]
faf7f6fa64
Merge staging-next into staging 2024-09-13 06:05:28 +00:00
Aleksana
9229227c91
zinit: Fixes missing man pages (#313045) 2024-09-13 09:46:16 +08:00
Connor Meehan
651e55cbe0 zinit: Fixes missing man pages 2024-09-12 21:22:52 +10:00
Fabián Heredia Montiel
b1e9a03960 zsh: add backported gcc_14 patch
Alpine
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/70300

Buildroot
https://lore.kernel.org/all/20240720230500.26fbd225@windsurf/T/

OpenSUSE
https://build.opensuse.org/projects/home:jamborm:gcc14fixes/packages/zsh/files/zsh-4c89849c98172c951a9def3690e8647dae76308f.patch

OpenWRT
https://github.com/openwrt/packages/pull/24346/files
2024-09-11 01:44:18 -06: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
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
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
R. RyanTM
2c9185e42e
oh-my-zsh: 2024-08-14 -> 2024-08-21 (#336478) 2024-08-22 09:57:24 -04:00
Felix Buehler
0ec13b1b92 grml-zsh-config: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Felix Buehler
af0be7f495 pure-prompt: remove 'with lib;' 2024-08-16 16:09:03 +02:00
R. RyanTM
f38b1bf1e2
oh-my-zsh: 2024-08-04 -> 2024-08-14 (#334620) 2024-08-14 10:35:23 -04:00
Sebastián Mancilla
6aad68f7ca
Merge pull request #328310 from r-ryantm/auto-update/antidote
antidote: 1.9.6 -> 1.9.7
2024-08-13 21:17:12 -04:00
jopejoe1
0984590b4e lib/licenses: correct zsh to mit-modern 2024-08-11 17:44:58 +02:00
R. RyanTM
74bedbce0a
oh-my-zsh: 2024-07-03 -> 2024-08-04 (#327649) 2024-08-07 09:46:01 -04:00
tomberek
fa17672bc4
Merge pull request #331004 from r-ryantm/auto-update/zsh-abbr
zsh-abbr: 5.8.0 -> 5.8.2
2024-08-04 14:46:02 -04:00
R. Ryantm
25fe9c17b8 zsh-abbr: 5.8.0 -> 5.8.2 2024-07-30 03:13:19 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
R. Ryantm
3fb8f04fd4 antidote: 1.9.6 -> 1.9.7 2024-07-19 00:57:03 +00:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Gabe Dunn
4236969a5f
zinit: add installation of doc files 2024-07-12 13:50:10 -06:00
7c6f434c
017a63ea4d
Merge pull request #324900 from reckenrode/zsh-texinfo-fix
zsh: fix compatibility with texinfo 7.1
2024-07-06 08:40:25 +00:00
Randy Eckenrode
d976a67189
zsh: fix compatibility with texinfo 7.1
https://www.zsh.org/mla/workers/2023/msg00591.html
2024-07-05 16:52:59 -04:00
R. Ryantm
31c74ace74 oh-my-zsh: 2024-06-28 -> 2024-07-03 2024-07-05 17:49:33 +00:00
Janik H.
76cd1d2211 maintainers: drop janik
I guess my time has come as well...

With this commit, I'm not just dropping my maintainer entry, but I'm also
resigning from my duties as a board observer and NixCon project lead.
I also terminated my Summer of Nix contract today.
I'll also stop hosting the local NixOS meetup.

The only "project" I'll finish under the NixOS Foundation umbrella is
Google Summer of Code because the mentees aren't even remotely
responsible for why I'm leaving, and it would be unfair to leave them
hanging.

I'm grateful for all the things I was able to learn, for all the experiences
I could gather, and for all the friends I made along the way.
NixOS is what makes computers bearable for me, so I'll go and work on
some fork (*something something* you always meet twice in life).
2024-07-02 02:36:42 +02:00
Matthias Beyer
689cf569a2
Merge pull request #322560 from r-ryantm/auto-update/zimfw
zimfw: 1.13.1 -> 1.14.0
2024-06-30 17:28:00 +02:00
R. Ryantm
57a286ccba oh-my-zsh: 2024-06-20 -> 2024-06-28 2024-06-28 15:56:23 +00:00
R. Ryantm
94e90e895a zimfw: 1.13.1 -> 1.14.0 2024-06-26 03:06:38 +00:00
Weijia Wang
b776e4b80c
Merge pull request #321060 from r-ryantm/auto-update/spaceship-prompt
spaceship-prompt: 4.15.3 -> 4.16.0
2024-06-26 00:06:38 +02:00
R. Ryantm
1235f68d07 oh-my-zsh: 2024-06-13 -> 2024-06-20 2024-06-22 20:34:39 +00:00
Masum Reza
1bb6b44718
Merge pull request #313769 from yVieta/zsh-completion
zsh-completions: add licenses
2024-06-20 23:21:56 +05:30
R. Ryantm
434da283a5 spaceship-prompt: 4.15.3 -> 4.16.0 2024-06-19 15:53:58 +00:00
R. Ryantm
f16c1b17ee oh-my-zsh: 2024-06-04 -> 2024-06-13 2024-06-15 13:55:08 +00:00
Nick Cao
838cafb59b
Merge pull request #319478 from r-ryantm/auto-update/zsh-you-should-use
zsh-you-should-use: 1.7.4 -> 1.8.0
2024-06-13 13:52:29 -04:00