vale: add to devShell

This commit is contained in:
Lorenzo Manacorda 2023-11-13 13:20:51 +01:00
parent ab3a1371b2
commit ac17d691d8

View File

@ -66,9 +66,10 @@ in
shell = pkgs.mkShell {
inputsFrom = [ nix-dev ];
packages = with pkgs.python310.pkgs; [
black
packages = [
devmode
pkgs.python310.pkgs.black
pkgs.vale
];
};
}