Commit Graph

9 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02: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
jopejoe1
71402a672f rsgain: remove CMAKE_BUILD_TYPE from cmakeFlags 2024-08-23 19:08:27 +02:00
R. Ryantm
ad90c8cff3 rsgain: 3.5.1 -> 3.5.2 2024-08-07 02:54:43 +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
c728b9b8f2 rsgain: 3.5 -> 3.5.1 2024-06-08 14:48:43 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
03863969b7 rsgain: 3.4 -> 3.5 2024-02-26 05:46:08 +00:00
Felipe Silva
c444b7b52c
rsgain: init at 3.4 2023-12-22 21:29:42 -03:00