From e36daaa48cd34271041fd042b1ed4cc7936cf6dc Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 17 Aug 2023 14:44:21 +0800 Subject: [PATCH] fix: macOS - commands like are required by some tools --- modules/darwin/apps.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index bb7a3252..77d03f5a 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -93,6 +93,10 @@ # https://github.com/rgcr/m-cli "m-cli" #  Swiss Army Knife for macOS "proxychains-ng" + + # commands like `gsed` `gtar` are required by some tools + "gnu-sed" + "gnu-tar" ]; # `brew install --cask`