Commit Graph

8 Commits

Author SHA1 Message Date
seth
7d2908b81b
sydbox: update meta.homepage 2024-11-18 21:33:14 -05:00
seth
bf6dafd182
sydbox: add getchoo to maintainers 2024-11-17 15:01:42 -05:00
seth
d02439295c
sydbox: add version test 2024-11-17 15:01:41 -05:00
seth
3fe4a6a95c
sydbox: add updateScript 2024-11-17 15:01:41 -05:00
seth
4929c87fed
sydbox: add meta.mainProgram & cleanup meta 2024-11-17 15:01:41 -05:00
seth
6272893175
sydbox: 2.2.0 -> 3.28.3
Changelog: https://gitlab.exherbo.org/sydbox/sydbox/-/blob/v3.28.3/ChangeLog.md?ref_type=tags#3283
2024-11-17 15:00:40 -05:00
seth
d1455f5bce
sydbox: format with nixfmt 2024-11-17 02:31:59 -05: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