Skip to content

Commit

Permalink
Minor nix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple committed Sep 4, 2024
1 parent af8f0e8 commit 93f965a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@
overrides = prev.poetry2nix.overrides.withDefaults
(finalPython: prevPython: {
pyk = prev.pyk-python310;

pygments = prevPython.pygments.overridePythonAttrs
(old: {
buildInputs = (old.buildInputs or [ ])
++ [ prevPython.hatchling ];
});

xdg-base-dirs = prevPython.xdg-base-dirs.overridePythonAttrs
(old: {
propagatedBuildInputs = (old.propagatedBuildInputs or [ ])
Expand Down

0 comments on commit 93f965a

Please sign in to comment.