1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Commit graph

2923 commits

Author SHA1 Message Date
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
Martin Weinelt e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02: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
aleksana 1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08: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
Weijia Wang 94526f7efe
Merge pull request #323576 from r-ryantm/auto-update/carapace
carapace: 1.0.3 -> 1.0.4
2024-06-30 23:51:43 +02:00
R. Ryantm 0f37bcbc38 carapace: 1.0.3 -> 1.0.4 2024-06-30 17:38:04 +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
John Ericson 7d138093a1
Merge pull request #323430 from obsidiansystems/openbsd-pkg-fixes
bash, openssl: Fix OpenBSD build
2024-06-30 10:25:10 -04:00
R. Ryantm 9cfe06c080 nu_scripts: 0-unstable-2024-06-22 -> 0-unstable-2024-06-29 2024-06-29 22:33:40 +00:00
John Ericson 97550cd031 bash: Fix OpenBSD build
See added code comment for details
2024-06-29 13:14:51 -04:00
R. Ryantm 57a286ccba oh-my-zsh: 2024-06-20 -> 2024-06-28 2024-06-28 15:56:23 +00:00
Weijia Wang 9f641525bc
Merge pull request #318724 from r-ryantm/auto-update/hishtory
hishtory: 0.295 -> 0.297
2024-06-28 01:57:59 +02:00
Weijia Wang 78222a042a
Merge pull request #322918 from r-ryantm/auto-update/murex
murex: 6.0.1000 -> 6.1.8300
2024-06-27 23:11:45 +02:00
R. Ryantm ad259b7070 murex: 6.0.1000 -> 6.1.8300 2024-06-27 14:08:41 +00:00
Eric Kim-Butler 9050404e91 nushell: 0.94.1 -> 0.95.0 2024-06-26 13:21:47 +02:00
R. Ryantm 94e90e895a zimfw: 1.13.1 -> 1.14.0 2024-06-26 03:06:38 +00:00
Silvan Mosberger e55c4339a4
Merge pull request #322518 from philiptaron/add-maintainer/bash-completion
bash-completion: add philiptaron as maintainer
2024-06-26 02:26:54 +02:00
Philip Taron 718545000e
bash-completion: add philiptaron as maintainer 2024-06-25 17:12:22 -07: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 51bef8c5a9 nu_scripts: 0-unstable-2024-06-16 -> 0-unstable-2024-06-22 2024-06-24 08:07:54 +00: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
Weijia Wang 24436c6d6f powershell: 7.4.2 -> 7.4.3 2024-06-20 10:59:44 +02:00
R. Ryantm 434da283a5 spaceship-prompt: 4.15.3 -> 4.16.0 2024-06-19 15:53:58 +00:00
Nick Cao 6ae0e8bd59
Merge pull request #320505 from r-ryantm/auto-update/nu_scripts
nu_scripts: 0-unstable-2024-06-08 -> 0-unstable-2024-06-16
2024-06-18 16:08:53 -04:00
R. Ryantm c8b6250124 hishtory: 0.295 -> 0.297 2024-06-18 14:46:15 +00:00
R. Ryantm e681a07830 nu_scripts: 0-unstable-2024-06-08 -> 0-unstable-2024-06-16 2024-06-17 10:19:31 +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
Silvan Mosberger f467b066db
Merge pull request #319393 from infinisil/zsh-abbr-man
zsh-abbr: Install man page
2024-06-13 18:52:59 +02:00
R. Ryantm 55023c9bdf zsh-you-should-use: 1.7.4 -> 1.8.0 2024-06-13 04:35:03 +00:00
Jan Tojnar 7987842fec
Merge pull request #318589 from jtojnar/u-s-v-ignore-same
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-13 00:41:07 +02:00
Silvan Mosberger cce99f56aa zsh-abbr: install man page 2024-06-12 23:40:02 +02:00
github-actions[bot] 477d2d32ff
Merge master into staging-next 2024-06-12 00:02:10 +00:00
Weijia Wang c102899c0e
Merge pull request #317533 from r-ryantm/auto-update/zsh-prezto
zsh-prezto: 0-unstable-2024-04-15 -> 0-unstable-2024-06-03
2024-06-12 00:43:09 +02:00
github-actions[bot] 79bbeb1aaf
Merge master into staging-next 2024-06-11 00:02:06 +00:00
R. RyanTM 3288f1bf5c
oh-my-zsh: 2024-05-31 -> 2024-06-04 (#318134) 2024-06-10 19:41:25 -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
Alyssa Ross 3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01: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
Jan Tojnar 0421c816ba treewide: Simplify use of update-source-version
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
github-actions[bot] 5aea0ef461
Merge master into staging-next 2024-06-09 18:00:55 +00:00
R. Ryantm d716e1e267 nu_scripts: 0-unstable-2024-06-01 -> 0-unstable-2024-06-08 2024-06-09 04:38:28 +00:00
github-actions[bot] f22f5c2c0c
Merge master into staging-next 2024-06-08 00:02:16 +00:00
Minijackson 17d990d9f7
zsh: disable function subdirs
partial revert of #242678,
since it can make Zsh very slow to start
2024-06-07 16:58:34 +02:00