diff options
author | Linnnus <[email protected]> | 2024-11-17 07:26:50 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-11-17 07:26:50 +0100 |
commit | 7c81e64eb0bf6d647be475c474a4dbc708910e65 (patch) | |
tree | c5e6fede05dbd230af8df281ee6e1d5d1379bc30 /home/shell-utils | |
parent | 9d7af0876ca7fbe137150f280db8bafbfa65afa7 (diff) |
home: Add echoargs to shell-utils
Diffstat (limited to 'home/shell-utils')
-rw-r--r-- | home/shell-utils/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/shell-utils/default.nix b/home/shell-utils/default.nix index f9ab435..8635ceb 100644 --- a/home/shell-utils/default.nix +++ b/home/shell-utils/default.nix @@ -10,6 +10,7 @@ in { jc jq nowrap + echoargs ] ++ lib.optionals isLinux [ file # File is not included in NixOS, but *is* included in Darwin. |