about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-23 14:39:46 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:52 +0200
commitee658df05f1f43323b430ee59fbd0e83ca4be46c (patch)
tree23a15bd3cd56d66cf14585a9d7e53bceedf7f5fe /flake/default.nix
parentFix(hm/conf/yambar/laptop): Indent the battery section (diff)
downloadnixos-config-ee658df05f1f43323b430ee59fbd0e83ca4be46c.tar.gz
nixos-config-ee658df05f1f43323b430ee59fbd0e83ca4be46c.zip
Fix(flake): Add yamllint to devShell
Diffstat (limited to 'flake/default.nix')
-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];
     };
   };
 }