mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
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 TIMESTAMP=$(date +%Y%m%d%H%M)
|
||||
|
||||
|
|
Loading…
Reference in a new issue