diff options
Diffstat (limited to 'home/ebisu/meta/network/tools/http/default.nix')
| -rw-r--r-- | home/ebisu/meta/network/tools/http/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/ebisu/meta/network/tools/http/default.nix b/home/ebisu/meta/network/tools/http/default.nix new file mode 100644 index 0000000..59d6efc --- /dev/null +++ b/home/ebisu/meta/network/tools/http/default.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: +{ + imports = [ + ./httpie + ./yaak + ./wget.nix + ]; +} |