From b46d42c560eb97f214d0b767c0ffee44711ecfba Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 25 Jun 2026 00:14:18 -0400 Subject: Various changes. Homebrew is now fully declarative --- hosts/RyanMac/taps.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hosts/RyanMac/taps.nix (limited to 'hosts/RyanMac/taps.nix') diff --git a/hosts/RyanMac/taps.nix b/hosts/RyanMac/taps.nix new file mode 100644 index 0000000..12235d8 --- /dev/null +++ b/hosts/RyanMac/taps.nix @@ -0,0 +1,16 @@ +{ + "netbirdio/homebrew-tap" = builtins.fetchGit { + url = "https://github.com/netbirdio/homebrew-tap"; + rev = "98a5d193c8d2c03b639aad03159004c64496c3e7"; + }; + + "FelixKratz/homebrew-formulae" = builtins.fetchGit { + url = "https://github.com/FelixKratz/homebrew-formulae"; + rev = "70b2071488b61c14f773ce9e1bf6626ee851981a"; + }; + + "emqx/homebrew-mqttx" = builtins.fetchGit { + url = "https://github.com/emqx/homebrew-mqttx"; + rev = "9889d741ba44940340d12dcad31fe867f62e7ea8"; + }; +} -- cgit v1.3