shell.nix: reformat the application list

This commit is contained in:
Gabriel Arazas 2023-06-22 11:11:37 +08:00
parent 9ef86934ea
commit 0bba6e7898
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -2,16 +2,16 @@
pkgs.mkShell {
packages = with pkgs; [
asciidoctor
age
git
jq
nixpkgs-fmt
sops
treefmt
asciidoctor
deploy-rs
git
sops
terraform
jq
wl-clipboard
# Language servers for various parts of the config that uses a language.
lua-language-server
pyright
@ -19,6 +19,7 @@ pkgs.mkShell {
terraform-ls
# Formatters...
treefmt # The universal formatter (if you configured it).
stylua # ...for Lua.
black # ...for Python.
nixpkgs-fmt # ...for Nix.