mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02:00
fix: macOS - commands like are required by some tools
This commit is contained in:
@@ -93,6 +93,10 @@
|
|||||||
# https://github.com/rgcr/m-cli
|
# https://github.com/rgcr/m-cli
|
||||||
"m-cli" # Swiss Army Knife for macOS
|
"m-cli" # Swiss Army Knife for macOS
|
||||||
"proxychains-ng"
|
"proxychains-ng"
|
||||||
|
|
||||||
|
# commands like `gsed` `gtar` are required by some tools
|
||||||
|
"gnu-sed"
|
||||||
|
"gnu-tar"
|
||||||
];
|
];
|
||||||
|
|
||||||
# `brew install --cask`
|
# `brew install --cask`
|
||||||
|
|||||||
Reference in New Issue
Block a user