Add file with Azure image locations, similar to ec2-amis.nix. Will be used by nixops.

(cherry picked from commit e93f26847ea41cce6633b6a0feb6ce31b0722d5d)
This commit is contained in:
Rob Vermaas 2017-07-18 09:18:20 +00:00
parent 412bfda422
commit ec313abdce
No known key found for this signature in database
GPG key ID: E114A5F264A8AE8E

View file

@ -0,0 +1,5 @@
let self = {
"16.09" = "https://nixos.blob.core.windows.net/images/nixos-image-16.09.1694.019dcc3-x86_64-linux.vhd";
latest = self."16.09";
}; in self