Skip to content

Commit

Permalink
remove uneccesary pythonPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg-L committed Dec 12, 2024
1 parent da1ec3e commit 46cb6db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
perl,
bundlerEnv,
ruby,
python3Packages,
nodejs,
linkFarm,
runCommand,
Expand Down Expand Up @@ -200,7 +199,7 @@ lib.makeOverridable (

providers =
let
pythonEnv = python3Packages.python.withPackages (
pythonEnv = python3.withPackages (
ps: [ ps.pynvim ] ++ (extraPython3Packages ps) ++ (allPython3Dependencies ps)
);

Expand Down

0 comments on commit 46cb6db

Please sign in to comment.