Commit Graph

966 Commits

Author SHA1 Message Date
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
6bbdae6f91 zsh-forgit: 24.10.0 -> 24.11.0 2024-11-04 01:12:18 +00:00
Aleksana
73a23a5862
zsh-abbr: adding completions + removing redudant bin directory (#348162) 2024-10-29 18:53:15 +08:00
Aleksana
654b6c22ec
zsh-system-clipboard: 0.7.0 -> 0.8.0 (#347495) 2024-10-29 18:48:52 +08:00
R. Ryantm
809fe4092f spaceship-prompt: 4.16.2 -> 4.17.0 2024-10-24 09:20:31 +00:00
satoqz
696b12cff4
zsh-system-clipboard: 0.7.0 -> 0.8.0 2024-10-23 17:29:59 +02:00
Icy-Thought
d90af1448c
zsh-abbr: a newer installPhase approach 2024-10-18 16:39:21 +02:00
R. Ryantm
fb66a63c8f zsh-you-should-use: 1.8.0 -> 1.9.0 2024-10-15 05:23:53 +00:00
github-actions[bot]
4a5ad0965f
Merge master into staging-next 2024-10-13 00:15:27 +00:00
Nick Cao
5f46c9853c
zimfw: 1.14.0 -> 1.15.0 (#347397) 2024-10-12 14:32:32 -04:00
K900
0717a4da77 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-09 21:08:25 +03:00
R. Ryantm
42f90a443b
zimfw: 1.14.0 -> 1.15.0 2024-10-09 10:44:37 -04:00
R. Ryantm
45805b62ba zsh-abbr: 5.8.2 -> 5.8.3 2024-10-09 03:39:50 +00:00
github-actions[bot]
fb53f9f64b
Merge master into staging-next 2024-10-04 18:04:31 +00:00
R. Ryantm
087a9cfa79 zsh-forgit: 24.09.0 -> 24.10.0 2024-10-04 10:23:38 +00:00
github-actions[bot]
90e6cbdb1b
Merge master into staging-next 2024-10-02 06:05:44 +00:00
R. Ryantm
c3406f56f5 oh-my-zsh: 2024-09-22 -> 2024-10-01 2024-10-01 15:48:14 +00:00
Alyssa Ross
ac037f0b18
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/compilers/llvm/common/default.nix
2024-09-29 20:10:12 +02:00
R. Ryantm
a10c8553fc spaceship-prompt: 4.16.1 -> 4.16.2 2024-09-29 02:05:36 +00:00
Fabián Heredia Montiel
2a115bbd1e Merge remote-tracking branch 'origin/master' into staging-next 2024-09-26 18:03:59 -06:00
Weijia Wang
9f805cd127
spaceship-prompt: 4.16.0 -> 4.16.1 (#342820) 2024-09-26 23:48:45 +02:00
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
R. Ryantm
357c9d9ff1 spaceship-prompt: 4.16.0 -> 4.16.1 2024-09-18 15:00:48 +00: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