flake-modules/dev: add isort

This commit is contained in:
Austin Horstman 2024-08-23 19:39:13 -05:00
parent 88b1e6a369
commit 3a04cc75e6
No known key found for this signature in database

View file

@ -20,6 +20,7 @@
projectRootFile = "flake.nix";
programs = {
isort.enable = true;
nixfmt = {
enable = true;
package = fmt;