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
xeus-cling: fix improper linking with LLVM (#351130)
[NixPkgs.git]
/
nixos
/
maintainers
/
scripts
/
azure-new
/
shell.nix
blob
9bc79cc69d7f82a967211f68f0c96f4401317dfd
1
{
2
pkgs ? import ../../../../default.nix { },
3
}:
4
5
pkgs.stdenv.mkDerivation {
6
name = "nixcfg-azure-devenv";
7
8
nativeBuildInputs = with pkgs; [
9
azure-cli
10
bash
11
cacert
12
azure-storage-azcopy
13
];
14
15
AZURE_CONFIG_DIR = "/tmp/azure-cli/.azure";
16
}