From 6a934e5d2f6309376d45d724004856dee82e12b0 Mon Sep 17 00:00:00 2001 From: willemml Date: Tue, 30 Jan 2024 14:16:37 -0800 Subject: [PATCH] Adds osx-cross brew tap --- nixos/hosts/zeus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/zeus.nix b/nixos/hosts/zeus.nix index 22789ba..748ddf3 100644 --- a/nixos/hosts/zeus.nix +++ b/nixos/hosts/zeus.nix @@ -27,7 +27,7 @@ "arm-none-eabi-gcc@8" "avr-gcc@8" ]; - taps = ["qmk/qmk"]; + taps = ["qmk/qmk" "osx-cross/arm" "osx-cross/avr"]; casks = [ "UTM" "arduino-ide"