Skip to content

Commit

Permalink
Add pylint and csvkit to devshell
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <[email protected]>
  • Loading branch information
henrirosten committed Dec 15, 2023
1 parent daf76d6 commit f140d53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@

packages =
(with pkgs; [
black
coreutils
csvkit
curl
gnugrep
gnused
graphviz
grype
gzip
nix
black
pylint
reuse
])
++ (with self'.packages; [
Expand Down

0 comments on commit f140d53

Please sign in to comment.