Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Frijters
95e1d6572a imapsync: add versionCheckHook 2026-04-13 12:28:08 +02:00
Stefan Frijters
65881ce87e imapsync: enable strictDeps 2026-04-13 12:27:43 +02:00
Jonas Heinrich
017b7574fc imapsync: add missing procps dependency 2026-02-05 14:38:56 +01:00
Jonas Heinrich
595b1ca355 imapsync: cleanup 2026-02-05 14:23:46 +01:00
Jonas Heinrich
a1ca4295d2 imapsync: 2.290 -> 2.314 2026-02-05 14:23:46 +01: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
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