install httpie, awscli
This commit is contained in:
parent
b5d256e399
commit
d9d21a7462
1 changed files with 7 additions and 0 deletions
|
@ -2,7 +2,14 @@
|
||||||
{
|
{
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
httpie
|
||||||
|
];
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
|
brews = [
|
||||||
|
"awscli"
|
||||||
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"slack"
|
"slack"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue