mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
add rust utils
This commit is contained in:
3
cask.nix
3
cask.nix
@@ -16,8 +16,7 @@
|
|||||||
"docker"
|
"docker"
|
||||||
"sloth"
|
"sloth"
|
||||||
"vscodium"
|
"vscodium"
|
||||||
"hoppscotch"
|
"bruno"
|
||||||
"postman"
|
|
||||||
"utm"
|
"utm"
|
||||||
"balenaetcher"
|
"balenaetcher"
|
||||||
"outerbase-studio"
|
"outerbase-studio"
|
||||||
|
@@ -19,10 +19,19 @@ with pkgs;
|
|||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
woff2
|
woff2
|
||||||
bat
|
|
||||||
rsync
|
rsync
|
||||||
yq
|
yq
|
||||||
|
|
||||||
|
# Rust utils
|
||||||
|
bat
|
||||||
|
eza
|
||||||
|
ripgrep
|
||||||
|
ripgrep-all
|
||||||
|
zoxide
|
||||||
|
uutils-coreutils-noprefix
|
||||||
|
dust
|
||||||
|
yazi
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
devenv
|
devenv
|
||||||
nixpacks
|
nixpacks
|
||||||
@@ -38,7 +47,6 @@ with pkgs;
|
|||||||
lua
|
lua
|
||||||
luajitPackages.luarocks
|
luajitPackages.luarocks
|
||||||
ast-grep
|
ast-grep
|
||||||
ripgrep
|
|
||||||
|
|
||||||
# Language specific
|
# Language specific
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
boundary
|
boundary
|
||||||
awscli2
|
awscli2
|
||||||
_1password-cli
|
_1password-cli
|
||||||
|
vault
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user