Commit Graph

6 Commits

Author SHA1 Message Date
Eman Resu
9d26adcd20 treewide: avoid using singleton lists for licenses 2026-07-15 13:56:52 -04:00
William Huebner
6432e364ed bartender: 6.4.1 -> 6.5.2
Changelog: https://downloads.macbartender.com/B2/updates/6-5-2/rnotes.html
2026-06-11 00:03:27 -04:00
William Huebner
90a69ec976 bartender: 5.3.7 -> 6.4.1
https://www.macbartender.com/Bartender6/release_notes/
2026-02-10 21:58:12 -05:00
Yifei Sun
e000dd1770 bartender: 5.2.7 -> 5.3.7 2025-07-06 21:03:39 +02:00
DontEatOreo
0d7a6a041d bartender: add passthru.updateScript, format with nixfmt-rfc-style, use lib.platforms.darwin, 5.2.3 -> 5.2.7 (#363633)
* bartender: use `lib.platforms.darwin`

* bartender: add `passthru.updateScript`

* bartender: format with `nixfmt-rfc-style`

* bartender: 5.2.3 -> 5.2.7

* bartender: replace `meta.changelog` url
2024-12-12 01:22:45 -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