Commit Graph

8 Commits

Author SHA1 Message Date
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