Skip to content

Commit

Permalink
Add file with Azure image locations, similar to ec2-amis.nix. Will be…
Browse files Browse the repository at this point in the history
… used by nixops.
  • Loading branch information
rbvermaa committed Jul 18, 2017
1 parent 9d810dd commit e93f268
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/modules/virtualisation/azure-images.nix
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e93f268

Please sign in to comment.