repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git]
/
maintainers
/
scripts
/
update-luarocks-shell.nix
blob
a58674fca8d38cfa7668484b61cf3f15c44575bd
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
];
13
}