diff options
author | Soispha <soispha@vhack.eu> | 2023-04-23 14:39:46 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:52 +0200 |
commit | ee658df05f1f43323b430ee59fbd0e83ca4be46c (patch) | |
tree | 23a15bd3cd56d66cf14585a9d7e53bceedf7f5fe /flake/default.nix | |
parent | Fix(hm/conf/yambar/laptop): Indent the battery section (diff) | |
download | nixos-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.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]; }; }; } |