We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9d810dd commit e93f268Copy full SHA for e93f268
nixos/modules/virtualisation/azure-images.nix
@@ -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