42 Commits
Author SHA1 Message Date
Eric Dattore 0a58629fa9 brew-src: 6.0.11 -> 6.0.12
Updates the brew CLI to support new install steps in formulaes that
break on older versions of the brew CLI.
2026-07-21 14:37:03 -06:00
Zhaofeng Li 52524493b5 brew-src: 6.0.9 -> 6.0.11 2026-07-15 13:14:48 -04:00
Tim Kleinschmidt be2ea0e091 brew-src: 6.0.7 -> 6.0.9 2026-07-09 08:11:50 +02:00
Tim Kleinschmidt c3fca26799 brew-src: 6.0.1 -> 6.0.7
Includes Homebrew/brew#22961, which adds the `init_data_dir`
InstallSteps DSL action. Without it, homebrew-core's current
postgresql@18 formula fails with:

    undefined method 'init_data_dir' for an instance of
    Homebrew::InstallSteps::DSL
2026-07-06 20:44:32 +02:00
Zhaofeng Li 716a3c73f5 brew-src: 5.1.14 -> 6.0.0 2026-06-12 08:35:11 -04:00
Tim Kleinschmidt ec9ad01617 chore(deps): upgrade brew-src to 5.1.14 2026-06-02 15:13:54 +02:00
Zhaofeng Li 4b41cb0579 brew-src: 5.1.10 -> 5.1.11 2026-05-15 08:56:42 -04:00
Matin Zadeh DolatabadandZhaofeng Li f128474792 brew-src: 5.1.7 -> 5.1.10
Fixes #138.

Bug: https://github.com/Homebrew/brew/issues/22165#issuecomment-4396297893
2026-05-09 09:04:14 -04:00
Tim Kleinschmidt 0ea5a1aa98 chore(deps): upgrade brew-src to 5.1.7 2026-04-24 18:16:42 +02:00
Zhaofeng Li 99c7ead19c brew-src: 5.0.12 -> 5.1.1 2026-03-28 13:31:56 -04:00
Tim KleinschmidtandZhaofeng Li 30cd0d2ae1 brew-src: 5.0.3 -> 5.0.12 2026-01-26 09:07:41 -05:00
Rick YaoandZhaofeng Li bacea0c124 brew-src: 4.6.19 -> 5.0.3 2025-11-29 22:21:23 -05:00
Kai 5a9a0141b8 brew-src 4.6.12 -> 4.6.19 2025-10-29 16:07:51 +01:00
Zhaofeng Li f36e5db56e brew-src: 4.6.7 -> 4.6.12 2025-09-22 23:30:28 -04:00
Christoph HerbandZhaofeng Li 3aa475996c brew-src: 4.5.13 -> 4.6.7 2025-08-28 12:29:06 -04:00
Zhaofeng Li 314d057294 brew-src: 4.5.9 -> 4.5.13 2025-08-03 13:56:33 -06:00
Vinicius DeolindoandZhaofeng Li db11cc216d flake: add a default entry to darwinModules 2025-07-31 16:39:25 -06:00
Zhaofeng Li 205d9d14e8 brew-src: 4.5.6 -> 4.5.9 2025-07-10 09:22:53 -06:00
hcbtandZhaofeng Li e048b6646b brew-src: 4.5.4 -> 4.5.6 2025-06-09 19:30:04 -06:00
Zhaofeng Li 29fe08d458 brew-src: 4.5.3 -> 4.5.4 2025-06-02 11:35:38 -06:00
Mike SplainandZhaofeng Li 7751744573 brew-src: 4.5.2 -> 4.5.3 2025-05-27 15:04:53 -06:00
Zhaofeng Li 09c0111fe0 Split CI into separate flake, test multiple releases
This is so that users won't need to download our pinned
nixpkgs/nix-darwin versions.
2025-05-25 15:43:00 -06:00
Zhaofeng Li bb068c5df0 pkgs: Don't pass all inputs 2025-05-25 15:43:00 -06:00
Mike Splain 4945f477bc Bump brew to 4.5.2 2025-05-09 10:12:00 -04:00
Zhaofeng Li 0ac6769623 brew-src: 4.4.25 -> 4.5.0 2025-05-05 11:00:34 -06:00
Jacob Hayes 3ed9210931 Bump to brew 4.4.25 2025-03-20 11:38:45 -05:00
Zhaofeng Li 83cb1dc7ec brew-src: 4.4.5 -> 4.4.23 2025-03-03 13:03:53 -07:00
isabel 77d88873ad chore: drop flake-utils
flake-utils' main utility is making flakes easier to make. but more
modernly they don't provide much utility above of overrideable systems,
which is not being utlised here. So instead lets remove the input and
vendor our own "forAllSystems" function to recreate what we previously
used flake-utils for.
2025-01-04 17:28:41 +00:00
Zhaofeng Li 280bf59451 ci: Pass system through attribute 2024-11-15 08:33:25 -07:00
Zhaofeng Li 275db24af7 brew-src: 4.3.24 -> 4.4.5 2024-11-12 11:00:57 -07:00
Christoph Herb 098c1e2b64 Update brew to version 4.3.24 2024-09-24 12:17:57 +02:00
Yomi Ikuru 83d5093567 brew-src: 4.3.1 -> 4.35 - support for Sequioa 2024-06-12 00:03:39 +01:00
Zhaofeng Li c9c4eb588b brew-src: 4.2.16 -> 4.3.1 2024-05-27 13:30:45 -06:00
Zhaofeng Li 445f7989e0 Patch Homebrew to embed version number
homebrew-bundle now depends on $HOMEBREW_VERSION, which is set by
`brew.sh` using the output of `git describe`. We don't have a git
repo, so let's embed the version directly.

Fixes #19.
2024-04-03 16:19:39 -06:00
Zhaofeng Li 0b38f9df1f brew-src: 4.2.4 -> 4.2.16 2024-04-03 16:19:39 -06:00
Zhaofeng Li f3cf08e589 brew-src: 4.1.22 -> 4.2.4 2024-01-22 12:26:10 -07:00
Zhaofeng Li 7dae8051e6 brew-src: 4.1.11 -> 4.1.22 2024-01-05 09:46:21 -07:00
Zhaofeng Li 512e51ddcd brew-src: 4.1.1 -> 4.1.11 2023-09-17 12:52:26 -06:00
Zhaofeng Li d2738b78fd brew-src: 4.0.26 -> 4.1.1 2023-07-27 16:08:30 -06:00
Zhaofeng Li 5001217808 Use default Homebrew pinned by flake inputs 2023-07-03 18:32:40 -06:00
Zhaofeng Li defb864237 Add auto-migration support 2023-07-03 18:32:40 -06:00
Zhaofeng Li 7391ea1ddb Initial WIP 2023-07-01 02:22:36 -06:00