Skip to content

Commit ec313ab

Browse files
committedJul 18, 2017
Add file with Azure image locations, similar to ec2-amis.nix. Will be used by nixops.
(cherry picked from commit e93f268)
1 parent 412bfda commit ec313ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

Diff for: ‎nixos/modules/virtualisation/azure-images.nix

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

0 commit comments

Comments
 (0)
Please sign in to comment.