Commit Graph

10 Commits

Author SHA1 Message Date
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
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
1276d53b7f marwaita-x: 1.2 -> 1.2.1 2024-06-17 15:47:20 +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
José Romildo
dce473c2d1 marwaita-x: 1.1 -> 1.2
Diff: https://github.com/darkomarko42/marwaita-x/compare/1.1...1.2
2024-06-06 11:40:46 -03:00
R. Ryantm
e5098d899f marwaita-x: 1.0 -> 1.1 2024-06-02 00:52:32 +00:00
José Romildo
fcc5ab243b marwaita-x: 0.9.1 -> 1.0
Diff: https://github.com/darkomarko42/marwaita-x/compare/0.9.1...1.0
2024-05-16 09:56:11 -03:00
José Romildo
6131d550a2 marwaita-x: 0.9 -> 0.9.1
Diff: https://github.com/darkomarko42/marwaita-x/compare/0.9...0.9.1
2024-05-15 08:34:30 -03:00
R. Ryantm
9c4ec13b0e marwaita-x: 0.8.1 -> 0.9 2024-05-09 21:12:49 +00:00
José Romildo
76c2ac90ac marwaita-x: init at 0.8.1 2024-04-29 16:13:10 -03:00