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

This commit is contained in:
Rob Vermaas 2017-07-18 09:18:20 +00:00
parent 9d810ddcc1
commit e93f26847e
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