diff options
| author | Fuwn <[email protected]> | 2025-02-10 02:44:30 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-10 02:44:30 -0800 |
| commit | 96e6a7157da099035b9b7439519cb36cf0eb4f77 (patch) | |
| tree | b136f85313ea97e94158f4a5209e85976bc5c451 /modules | |
| parent | nara: add hcloud brew (diff) | |
| download | nixos-config-96e6a7157da099035b9b7439519cb36cf0eb4f77.tar.xz nixos-config-96e6a7157da099035b9b7439519cb36cf0eb4f77.zip | |
nara: add cc65 brew
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index 2f7fb91..8ae6c5b 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -15,5 +15,6 @@ "rye" "swiftformat" "hcloud" + "cc65" ]; } |