mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 12:19:00 +00:00
shell.nix: reformat the application list
This commit is contained in:
parent
9ef86934ea
commit
0bba6e7898
13
shell.nix
13
shell.nix
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
asciidoctor
|
|
||||||
age
|
age
|
||||||
git
|
asciidoctor
|
||||||
jq
|
|
||||||
nixpkgs-fmt
|
|
||||||
sops
|
|
||||||
treefmt
|
|
||||||
deploy-rs
|
deploy-rs
|
||||||
|
git
|
||||||
|
sops
|
||||||
terraform
|
terraform
|
||||||
|
|
||||||
|
jq
|
||||||
|
wl-clipboard
|
||||||
|
|
||||||
# Language servers for various parts of the config that uses a language.
|
# Language servers for various parts of the config that uses a language.
|
||||||
lua-language-server
|
lua-language-server
|
||||||
pyright
|
pyright
|
||||||
@ -19,6 +19,7 @@ pkgs.mkShell {
|
|||||||
terraform-ls
|
terraform-ls
|
||||||
|
|
||||||
# Formatters...
|
# Formatters...
|
||||||
|
treefmt # The universal formatter (if you configured it).
|
||||||
stylua # ...for Lua.
|
stylua # ...for Lua.
|
||||||
black # ...for Python.
|
black # ...for Python.
|
||||||
nixpkgs-fmt # ...for Nix.
|
nixpkgs-fmt # ...for Nix.
|
||||||
|
Loading…
Reference in New Issue
Block a user