summary refs log tree commit diff
path: root/nixos/maintainers/scripts/azure/create-azure.sh
blob: a834566be8f75cd7b0cec03bd7d58874f8e007c2 (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 --option extra-binary-caches https://hydra.nixos.org -j 10