about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/default.nix b/flake/default.nix
index c88bfe56..0af0c127 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -114,7 +114,7 @@ in {
 
   devShells."${system}" = {
     default = pkgs.mkShell {
-      packages = with pkgs; [nil alejandra statix ragenix.packages."${system}".default shellcheck ltex-ls];
+      packages = with pkgs; [nil alejandra statix ragenix.packages."${system}".default shellcheck ltex-ls yamllint];
     };
   };
 }