update-luarocks-shell: rename GitPython
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user