ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git] / maintainers / scripts / update-luarocks-shell.nix
bloba58674fca8d38cfa7668484b61cf3f15c44575bd
1 { nixpkgs ? import ../.. { }
2 }:
3 with nixpkgs;
4 let
5   pyEnv = python3.withPackages(ps: [ ps.GitPython ]);
6 in
7 mkShell {
8   packages = [
9     pyEnv
10     luarocks-nix
11     nix-prefetch-scripts
12   ];