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...
gstqt5
Alyssa Ross 2020-01-09 19:58:18 +00:00
parent 7ee263e699
commit 65dcd244bc
1 changed files with 2 additions and 2 deletions

View File

@ -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 TIMESTAMP=$(date +%Y%m%d%H%M)