diff options
| author | Fuwn <[email protected]> | 2025-04-23 03:22:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-23 03:22:27 -0700 |
| commit | 06c578259d3e1b9af0ea48bf5c07e2533cb63116 (patch) | |
| tree | 7fe8f037df50a6cac5cfb33ea949beec47027e32 /modules/mac/programs/homebrew/brews.nix | |
| parent | Flake: Bump and fix nix-darwin chain (diff) | |
| download | nixos-config-06c578259d3e1b9af0ea48bf5c07e2533cb63116.tar.xz nixos-config-06c578259d3e1b9af0ea48bf5c07e2533cb63116.zip | |
Nara: Add Ninja brew
Diffstat (limited to 'modules/mac/programs/homebrew/brews.nix')
| -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 498f9bf..c519c2f 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -26,5 +26,6 @@ "xcdiff" "storj-uplink" "codespell" + "ninja" ]; } |