From 0bba6e7898a2dc094a56737dad3f9c92d87648e5 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 22 Jun 2023 11:11:37 +0800 Subject: [PATCH] shell.nix: reformat the application list --- shell.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index e46f4f12..f3a4b1f5 100644 --- a/shell.nix +++ b/shell.nix @@ -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.