Commit Graph

24 Commits

Author SHA1 Message Date
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
Marcin Serwin
5e75181628 maintainers: drop dit7ya
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-05-15 20:24:01 +02:00
Wolfgang Walther
90e7159c55 treewide: remove unused rec
Auto-fix by nixf-diagnose.
2025-10-05 10:49:12 +02:00
Guy Chronister
3bf226de8b treewide: refactor package definitions 2025-08-06 21:26:56 +00:00
R. Ryantm
860c0a12e7 codux: 15.41.0 -> 15.42.0 2025-02-05 12:58:54 +00:00
R. Ryantm
c41650a699 codux: 15.40.0 -> 15.41.0 2025-01-08 03:53:20 +00:00
R. Ryantm
addd8ee281 codux: 15.39.1 -> 15.40.0 2024-12-25 12:35:07 +00:00
R. Ryantm
4e4b9d0754 codux: 15.37.3 -> 15.39.1 2024-12-12 04:43:25 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
b73471412c codux: 15.35.2 -> 15.37.3 2024-11-26 08:17:07 +00:00
R. Ryantm
42fc1fc8d6 codux: 15.34.0 -> 15.35.2 2024-10-09 04:08:25 +00:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
77afe924e5 codux: 15.33.0 -> 15.34.0 2024-09-05 00:56:45 +00:00
R. Ryantm
6c28973683 codux: 15.32.0 -> 15.33.0 2024-08-21 01:14:31 +00:00
R. Ryantm
2f96b1f722 codux: 15.30.0 -> 15.32.0 2024-08-03 23:57:36 +00:00
R. Ryantm
c5bc51c546 codux: 15.29.1 -> 15.30.0 2024-07-04 05:00:40 +00:00
R. Ryantm
6a22adea09 codux: 15.29.0 -> 15.29.1 2024-06-26 16:22:59 +00:00
R. Ryantm
dad27f87e7 codux: 15.28.0 -> 15.29.0 2024-06-20 06:52:28 +00: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
R. Ryantm
a0494bbde7 codux: 15.27.0 -> 15.28.0 2024-06-05 12:32:06 +00:00
R. Ryantm
f73384503e codux: 15.26.0 -> 15.27.0 2024-05-22 00:37:14 +00:00
R. Ryantm
d4cb8f434b codux: 15.25.1 -> 15.26.0 2024-05-13 22:11:52 +00:00
R. Ryantm
537333fad4 codux: 15.25.0 -> 15.25.1 2024-05-06 02:09:28 +00:00
kashw2
add9ba5e99 codux: migrate to by-name overlay 2024-04-28 16:29:19 +10:00