diff options
Diffstat (limited to '')
-rw-r--r-- | flake/default.nix | 2 |
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]; }; }; } |