From ee658df05f1f43323b430ee59fbd0e83ca4be46c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 23 Apr 2023 14:39:46 +0200 Subject: Fix(flake): Add yamllint to devShell --- flake/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake') 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]; }; }; } -- cgit 1.4.1