azure-cli: init at 0.9.13

This commit is contained in:
Evgeny Egorochkin
2016-01-15 03:09:29 +02:00
parent a52b238bab
commit dcd428db08
4 changed files with 4988 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{ recurseIntoAttrs, callPackage, nodejs
}:
let
self = (
callPackage ../../../top-level/node-packages.nix {
inherit nodejs self;
generated = callPackage ./node-packages.nix { inherit self; };
overrides = {
"azure-cli" = { passthru.nodePackages = self; };
"easy-table" = {
dontMakeSourcesWritable = 1;
postUnpack = ''
chmod -R 770 "$sourceRoot"
'';
};
};
});
in self.azure-cli

View File

@@ -0,0 +1 @@
[ "azure-cli" ]

File diff suppressed because it is too large Load Diff