Commit Graph

7 Commits

Author SHA1 Message Date
R. Ryantm
1a74b659f5 libpg_query: 17-6.1.0 -> 18.0.0 2026-05-25 23:57:48 +00:00
quantenzitrone
d077a4dc0a xxhash: rename from xxHash
rename to lowercase to fit package naming conventions
2026-03-06 20:15:57 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
R. Ryantm
c7c19affe4 libpg_query: 17-6.0.0 -> 17-6.1.0 2025-04-03 02:05:54 +00:00
aucub
e32d6c0b5c libpg_query: 16-5.1.0 -> 17-6.0.0 2024-12-17 03:15:06 +08:00
aucub
ed9b7d3d9e libpg_query: format 2024-12-17 03:14:59 +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