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