update-luarocks-shell: rename GitPython

This commit is contained in:
Fabian Affolter 2022-12-05 21:46:30 +01:00
parent d192be5adb
commit dfd2b91e74

@ -2,7 +2,7 @@
}:
with nixpkgs;
let
pyEnv = python3.withPackages(ps: [ ps.GitPython ]);
pyEnv = python3.withPackages(ps: [ ps.gitpython ]);
in
mkShell {
packages = [