maintainers/create-azure.sh: run from anywhere
I'm not really sure how the line directly after ended up with this, but this line didn't...
This commit is contained in:
parent
7ee263e699
commit
65dcd244bc
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh -e
|
#! /bin/sh -eu
|
||||||
|
|
||||||
export NIX_PATH=nixpkgs=../../../..
|
export NIX_PATH=nixpkgs=$(dirname $(readlink -f $0))/../../../..
|
||||||
export NIXOS_CONFIG=$(dirname $(readlink -f $0))/../../../modules/virtualisation/azure-image.nix
|
export NIXOS_CONFIG=$(dirname $(readlink -f $0))/../../../modules/virtualisation/azure-image.nix
|
||||||
export TIMESTAMP=$(date +%Y%m%d%H%M)
|
export TIMESTAMP=$(date +%Y%m%d%H%M)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue