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
python3Packages.azure-mgmt-loganalytics: 9.0.0 -> 10.0.0
[NixPkgs.git]
/
doc
/
shell.nix
blob
5fa2b4424899a97f512edd458831e05a15c2b8e0
1
{ pkgs ? import ../. { } }:
2
(import ./default.nix { }).overrideAttrs
3
(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })