vim: rename GitPython

This commit is contained in:
Fabian Affolter 2022-12-05 21:49:15 +01:00
parent 24b181fd2f
commit 7d151228af

View file

@ -3,7 +3,7 @@
# Ideally, pkgs points to default.nix file of Nixpkgs official tree
with pkgs;
let
pyEnv = python3.withPackages (ps: [ ps.GitPython ]);
pyEnv = python3.withPackages (ps: [ ps.gitpython ]);
in
mkShell {