Commit Graph

27 Commits

Author SHA1 Message Date
Fernando Rodrigues
6308c3b213 various: switch to finalAttrs pattern (#483882) 2026-01-30 02:32:49 +00:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
Doron Behar
d6875a45df f2fs-tools: split man, dev & lib outputs 2026-01-23 12:12:38 +02: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
Wolfgang Walther
965d33a150 maintainers: drop jagajaga
Reacted to 0 out of 58 maintainer pings in the least 180 days.
2025-12-09 21:09:07 +01:00
R. Ryantm
19a236e6ef f2: 2.2.1 -> 2.2.2 2025-11-12 07:46:43 +00:00
Sizhe Zhao
6a83e11268 f2: 2.2.0 -> 2.2.1 2025-09-14 16:23:36 +08:00
Sizhe Zhao
b03e0dd681 f2: 2.1.2 -> 2.2.0 2025-09-09 23:36:35 +08:00
Wolfgang Walther
f09f724ef8 maintainers: drop ehmry
This user is blocked since May 2025, thus can't maintain any packages
anymore.
2025-08-31 16:53:44 +02:00
Sizhe Zhao
6b014c17a8 f2: 2.1.1 -> 2.1.2 2025-05-27 16:58:22 +08:00
Sizhe Zhao
3662e580ac f2: enable checks 2025-05-18 02:34:03 +08:00
Sizhe Zhao
12993779e5 f2: add passthru.updateScript 2025-05-18 02:28:59 +08:00
Sizhe Zhao
40e8b3db11 f2: add prince213 to maintainers 2025-05-18 02:21:37 +08:00
Sizhe Zhao
74453f2ad0 f2: use finalAttrs 2025-05-16 19:21:19 +08:00
Sizhe Zhao
ba45abb746 f2: fix version 2025-05-16 19:19:02 +08:00
Sizhe Zhao
920ab6d0c3 f2: 2.0.3 -> 2.1.1 2025-05-16 19:07:10 +08:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Sergei Trofimovich
558314344f f2fs-tools: backport upstream C23 fix
Without the change the build against c23 compiler (like `gcc-15`) fails as:

    f2fs-tools> In file included from libf2fs_zoned.c:10:
    f2fs-tools> ../include/f2fs_fs.h:107:25: error: two or more data types in declaration specifiers
    f2fs-tools>   107 | typedef u8              bool;
    f2fs-tools>       |                         ^~~~
2025-01-26 22:31:06 +00:00
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
R. Ryantm
a540ecdf73 f2: 2.0.1 -> 2.0.3 2024-12-08 08:16:43 +00:00
zendo
e287024eb0 f2: 1.9.1 -> 2.0.1 2024-11-17 10:06:45 +08:00
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
Alyssa Ross
6df58ccb18 f2fs-tools: enable parallel building 2024-09-16 17:35:46 +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
Emery Hemingway
6c80237e35 f2fs-tools: build with lz4 lzo
This is to enable compression in sload.f2fs.
2024-06-18 05:38:22 +00:00
Emery Hemingway
970fa0b613 f2fs-tools: move to pkgs/by-name 2024-06-18 05:38:22 +00:00