Skip to content

Commit

Permalink
vale: add to devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric committed Nov 13, 2023
1 parent 1951c15 commit f34b4d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
};
}

0 comments on commit f34b4d9

Please sign in to comment.