mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03: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 New Issue
Block a user