install httpie, awscli

This commit is contained in:
sloane 2024-05-21 12:19:42 -04:00
parent b5d256e399
commit d9d21a7462
No known key found for this signature in database

View file

@ -2,7 +2,14 @@
{
nixpkgs.hostPlatform = "aarch64-darwin";
environment.systemPackages = with pkgs; [
httpie
];
homebrew = {
brews = [
"awscli"
];
casks = [
"slack"
];