Commit Graph

13 Commits

Author SHA1 Message Date
R. Ryantm
2ffafc0016 fluidd: 1.34.4 -> 1.36.2 2026-01-03 16:25:48 +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
e6219181a6 fluidd: 1.34.3 -> 1.34.4 2025-09-06 20:02:33 +00:00
R. Ryantm
0d678539a1 fluidd: 1.34.2 -> 1.34.3 2025-06-16 14:58:33 +00:00
R. Ryantm
29fc16d2ce fluidd: 1.34.1 -> 1.34.2 2025-05-10 20:40:05 +00:00
R. Ryantm
19be314c22 fluidd: 1.33.0 -> 1.34.1 2025-04-26 12:00:14 +00:00
R. Ryantm
65a5117181 fluidd: 1.32.4 -> 1.33.0 2025-03-17 01:49:58 +00:00
R. Ryantm
0350ff72cb fluidd: 1.32.3 -> 1.32.4 2025-03-04 13:35:51 +00:00
K900
a2281c7ac7 fluidd: 1.31.4 -> 1.32.3, build from source 2025-02-19 11:09:44 +03:00
R. Ryantm
cf879faabb fluidd: 1.31.2 -> 1.31.4 2025-01-03 06:06:50 +00:00
R. Ryantm
2f453455b7 fluidd: 1.31.0 -> 1.31.2 2024-12-13 08:11:12 +00:00
R. Ryantm
ceb975a766 fluidd: 1.30.5 -> 1.31.0 2024-12-01 00:21:49 +00: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