diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:20:43 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:20:43 -0600 |
commit | b906d1231b0403d8f82e08a6e64173fd0cf7ec80 (patch) | |
tree | 43be2f8fa67e9f5bc7bbd5de13af8aa56ceddea6 /macos.local/.flake/system/homebrew.nix.org | |
parent | 719ee0faa5cbadd39cddf53a3fa098d72693c4d1 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system/homebrew.nix.org')
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index ab26d05..dc26b52 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -41,18 +41,15 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "with-retro-emacs-logo-icon" ]; } - "hyfetch" - "libgccjit" "librsvg" - "open-mpi" - "open-ocd" - "openjdk" - "pinentry-mac" - "pinentry-touchid" - "sevenzip" + + "openjdk" # there's really no jdk for mac from nix? + "pinentry-touchid" # no nix version # need for grading purposes "avrdude" + "open-mpi" + "open-ocd" "osx-cross/avr/avr-binutils" "osx-cross/avr/avarice" "osx-cross/avr/avr-gcc@14" @@ -66,6 +63,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat # required by pinentry-touchid "gnupg" + "pinentry-mac" ]; casks = [ |