aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system/homebrew.nix.org
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-14 21:13:45 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-14 21:13:45 -0600
commit1b1e5cab2ca82b683433bb703e7672058499bb41 (patch)
treeb2e1a8ba946ae822abd79edc4b7cf0581e82f811 /macos.local/.flake/system/homebrew.nix.org
parent77bdce0db06d9e6ccec44dcc9671e1fd26481421 (diff)
system changes
Diffstat (limited to 'macos.local/.flake/system/homebrew.nix.org')
-rw-r--r--macos.local/.flake/system/homebrew.nix.org16
1 files changed, 6 insertions, 10 deletions
diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org
index 5971ada..163bab9 100644
--- a/macos.local/.flake/system/homebrew.nix.org
+++ b/macos.local/.flake/system/homebrew.nix.org
@@ -28,12 +28,10 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
];
brews = [
- "avrdude"
- "choose-gui"
- "clang-format"
- "coreutils"
+ "choose-gui" # nix version fails to build
+ "clang-format" # nix version screws up clang setup
{
- name = "emacs-plus@30";
+ name = "emacs-plus@30"; # handled better with homebrew than nix
args = [
"with-native-comp"
"with-imagemagick"
@@ -43,11 +41,6 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
"with-retro-emacs-logo-icon"
];
}
- "gdk-pixbuf"
- "fzf"
- "gnupg"
- "gnupg2"
- "gsasl"
"hunspell"
"hyfetch"
"ispell"
@@ -59,6 +52,9 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat
"pinentry-mac"
"pinentry-touchid"
"sevenzip"
+
+ # need for grading purposes
+ "avrdude"
"osx-cross/avr/avr-binutils"
"osx-cross/avr/avarice"
"osx-cross/avr/avr-gcc@14"