Skip to content

Commit

Permalink
add platformdirs python package to flake.nix
Browse files Browse the repository at this point in the history
This is required (but not automatically pulled in) by the black
pre-commit hook.
  • Loading branch information
lilioid committed Dec 26, 2024
1 parent 31e393a commit 2c29626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
packages = with pkgs; [
python312
python312Packages.ipython
python312Packages.platformdirs
uv
];
};
Expand Down

0 comments on commit 2c29626

Please sign in to comment.