Commit Graph

9 Commits

Author SHA1 Message Date
R. Ryantm
3ddd1a7373 cli11: 2.6.1 -> 2.6.2 2026-02-26 20:49:47 +00:00
Sandro
357593057c cli11: 2.5.0 -> 2.6.1 (#453931) 2026-02-05 14:15:26 +00:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
b0c63dce78 cli11: 2.5.0 -> 2.6.1 2025-11-03 10:39:29 +00:00
R. Ryantm
a7d43659d3 cli11: 2.4.2 -> 2.5.0 2025-02-27 13:42:32 +00:00
R. Ryantm
361a9f0f94 cli11: 2.3.2 -> 2.4.2 2024-12-18 18:29:00 +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
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Josh Hoffer
9dd5ff0b82 cli11: pkgs/development -> pkgs/by-name, refactor
* Fix and enable strictDeps.
* Apply RFC linter.
* Move to pkgs by-name.
* Use finalAttrs.
2024-05-10 14:03:04 -07:00