mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
9 lines
350 B
Bash
Executable file
9 lines
350 B
Bash
Executable file
#! /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
|