diff options
author | Alan Pearce | 2023-04-17 09:24:31 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-17 09:24:47 +0200 |
commit | 53b7c75e7ac69f059444963adf6f5ceb9d96bd8f (patch) | |
tree | 4e40c2c05ec0a4465d3783cf8719152b17bd890d /user/settings/development | |
parent | 659df13a8a6ac848cc095987f33cc1020bd66af9 (diff) | |
download | nixfiles-53b7c75e7ac69f059444963adf6f5ceb9d96bd8f.tar.lz nixfiles-53b7c75e7ac69f059444963adf6f5ceb9d96bd8f.tar.zst nixfiles-53b7c75e7ac69f059444963adf6f5ceb9d96bd8f.zip |
replace httpie with xh
Diffstat (limited to 'user/settings/development')
-rw-r--r-- | user/settings/development/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix index 6eff88cf..9848e2db 100644 --- a/user/settings/development/base.nix +++ b/user/settings/development/base.nix @@ -20,7 +20,7 @@ in mosh - httpie + xh jq ] ++ ( |