Commit Graph

12 Commits

Author SHA1 Message Date
R. Ryantm
4140c07b02 oxker: 0.8.0 -> 0.9.0 2024-12-06 12:37:09 +00:00
Donovan Glover
5342960792
ox: 0.7.1 -> 0.7.2 (#359879) 2024-11-30 21:51:05 +00:00
R. Ryantm
a162fd2c83 oxipng: 9.1.2 -> 9.1.3 2024-11-30 04:56:46 +00:00
Kenichi Kamiya
21b1a91c2a
ox: 0.7.1 -> 0.7.2 2024-11-29 00:51:51 +09:00
Peder Bergebakken Sundt
8d2c025ea9
ox: 0.6.10 -> 0.7.1 (#356179) 2024-11-24 04:49:02 +01:00
Kenichi Kamiya
80125b026d
ox: 0.6.10 -> 0.7.1 2024-11-15 23:09:08 +09:00
Kenichi Kamiya
6aad62aae8
ox: format with nixfmt-rfc-style 2024-11-12 00:04:45 +09:00
Kenichi Kamiya
5e9fc87458
ox: add updateScript 2024-11-12 00:04:45 +09:00
Kenichi Kamiya
79757ed4fc
ox: add passthru.tests.version 2024-11-12 00:04:44 +09:00
Kenichi Kamiya
96e67743ab
ox: switch to the new darwin sdk pattern
https://discourse.nixos.org/t/the-darwin-sdks-have-been-updated/55295

Co-authored-by: Nick Cao <nickcao@nichi.co>
2024-11-10 15:46:37 +09:00
Kenichi Kamiya
992c80c02e
ox: 0.6.7 -> 0.6.10 2024-11-10 15:46:36 +09: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