Commit Graph

6 Commits

Author SHA1 Message Date
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
Pyrox
91edc515ba
adafruit-nrfutil: remove nose and modernize 2024-07-14 17:30:31 -04:00
Christoph Honal
08ad0d186d adafruit-nrfutil: Fix tests 2024-05-13 15:21:54 +02: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
Christoph Honal
d5308456a6 python3Packages.adafruit-nrfutil: fix tests 2023-11-20 21:19:25 +01:00
Martin Weinelt
50ddafc931
adafruit-nrfutil: migrate from python package set
We only keep libraries in the python package set, not applications.
2023-11-19 20:41:43 +01:00