zhaofengli / nix-homebrew

Homebrew installation manager for nix-darwin
MIT License
277 stars 13 forks source link

brew-src: 4.2.4 -> 4.2.16, embed HOMEBREW_VERSION #21

Closed zhaofengli closed 8 months ago

zhaofengli commented 8 months ago

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.

zhaofengli commented 8 months ago

Actually with any declarative tap brew update fails now. Investigating...

Well, let's not support the use of brew update with declarative taps anyways.