Skip to content

Commit 2c29626

Browse files
committed
add platformdirs python package to flake.nix
This is required (but not automatically pulled in) by the black pre-commit hook.
1 parent 31e393a commit 2c29626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
packages = with pkgs; [
2323
python312
2424
python312Packages.ipython
25+
python312Packages.platformdirs
2526
uv
2627
];
2728
};

0 commit comments

Comments
 (0)