about summary refs log tree commit diff
path: root/nixpkgs/nixos/maintainers/scripts/azure/create-azure.sh
blob: 2b22cb53661905309bfe4b5c56d28080b780afd7 (plain) (blame)
1
2
3
4
5
6
7
8
#! /bin/sh -e

export NIX_PATH=nixpkgs=../../../..
export NIXOS_CONFIG=$(dirname $(readlink -f $0))/../../../modules/virtualisation/azure-image.nix
export TIMESTAMP=$(date +%Y%m%d%H%M)

nix-build '<nixpkgs/nixos>' \
   -A config.system.build.azureImage --argstr system x86_64-linux -o azure -j 10