update-luarocks-shell: rename GitPython
This commit is contained in:
parent
d192be5adb
commit
dfd2b91e74
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue