diff options
| author | Fuwn <[email protected]> | 2025-03-10 01:27:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-10 01:27:52 -0700 |
| commit | 5d0e61461fe973c3f029c151bc6edb6f52ec7ee0 (patch) | |
| tree | 2dc3749edf17262efd135fe6862791eeda08d764 /modules/mac | |
| parent | Nara: Remove WWDC cask (diff) | |
| download | nixos-config-5d0e61461fe973c3f029c151bc6edb6f52ec7ee0.tar.xz nixos-config-5d0e61461fe973c3f029c151bc6edb6f52ec7ee0.zip | |
Nara: Add Storj Uplink CLI brew
Diffstat (limited to 'modules/mac')
| -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 6caa1f3..34f5ddf 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -24,5 +24,6 @@ "socat" "node@23" "xcdiff" + "storj-uplink" ]; } |