Commit Graph

11 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
Aleksana
9de9ad9475
tkey-ssh-agent: add updateScript and testVersion (#336939) 2024-10-31 17:28:01 +08: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
Bruno Bigras
9a9bc42675 tkey-ssh-agent: add testVersion test 2024-08-24 00:09:08 -04:00
Bruno Bigras
cec81c6d53 tkey-ssh-agent: add updateScript 2024-08-24 00:04:45 -04: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
annalee
04b48666f2
tkdiff: 5.6 -> 5.7
https://sourceforge.net/projects/tkdiff/files/tkdiff/5.7/
2024-05-12 05:01:35 +00:00
Bruno Bigras
d431aff11b tkey-ssh-agent: init at 1.0.0 2024-04-20 01:37:58 -04:00
Rob
84f386b7d1
tkdiff: update maintainers 2023-11-11 13:07:28 -08:00
Rob
3d8ba076a5
tkdiff: patch to trigger recursive inline diffs
add patch to fix regression to trigger recursive inline diffs when
selected
2023-10-31 11:01:37 -07:00
Rob
a7d0c0e7ca
tkdiff: init at 5.6
TkDiff is a graphical front end to the diff program
https://tkdiff.sourceforge.io/
2023-10-19 06:18:45 -07:00