8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
8 lines
327 B
Bash
Executable file
8 lines
327 B
Bash
Executable file
#! /bin/sh -eu
|
|
|
|
export NIX_PATH=nixpkgs=$(dirname $(readlink -f $0))/../../../..
|
|
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
|