Use nixos-images bucket for GCE images.

(cherry picked from commit bdd3a3bac8077823182233cc689b5c02cd74f4f4)
This commit is contained in:
Rob Vermaas 2015-01-05 09:32:49 +01:00
parent 357f6a2c97
commit 1a4164b71d

View file

@ -1,6 +1,6 @@
#! /bin/sh -e
BUCKET_NAME=${BUCKET_NAME:-nixos}
BUCKET_NAME=${BUCKET_NAME:-nixos-images}
export NIX_PATH=nixpkgs=../../../..
export NIXOS_CONFIG=$(dirname $(readlink -f $0))/../../../modules/virtualisation/google-compute-image.nix
export TIMESTAMP=$(date +%Y%m%d%H%M)