vim: rename GitPython
This commit is contained in:
parent
24b181fd2f
commit
7d151228af
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue