summaryrefslogtreecommitdiff
path: root/hosts/RyanMac/taps.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-06-25 00:14:18 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-06-25 00:14:18 -0400
commitb46d42c560eb97f214d0b767c0ffee44711ecfba (patch)
treef466d9bd29cfda61769f5d66cc48a4c50d4d5b9b /hosts/RyanMac/taps.nix
parent06f4083f0d8f521dfde6e1961de8354b6df4a92e (diff)
Various changes. Homebrew is now fully declarative
Diffstat (limited to 'hosts/RyanMac/taps.nix')
-rw-r--r--hosts/RyanMac/taps.nix16
1 files changed, 16 insertions, 0 deletions
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 @@
1{
2 "netbirdio/homebrew-tap" = builtins.fetchGit {
3 url = "https://github.com/netbirdio/homebrew-tap";
4 rev = "98a5d193c8d2c03b639aad03159004c64496c3e7";
5 };
6
7 "FelixKratz/homebrew-formulae" = builtins.fetchGit {
8 url = "https://github.com/FelixKratz/homebrew-formulae";
9 rev = "70b2071488b61c14f773ce9e1bf6626ee851981a";
10 };
11
12 "emqx/homebrew-mqttx" = builtins.fetchGit {
13 url = "https://github.com/emqx/homebrew-mqttx";
14 rev = "9889d741ba44940340d12dcad31fe867f62e7ea8";
15 };
16}