2014-09-06 21:37:46 +02:00
|
|
|
#! /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>' \
|
2016-03-13 11:36:40 +01:00
|
|
|
-A config.system.build.azureImage --argstr system x86_64-linux -o azure --option extra-binary-caches https://hydra.nixos.org -j 10
|