mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
Add file with Azure image locations, similar to ec2-amis.nix. Will be used by nixops.
This commit is contained in:
parent
9d810ddcc1
commit
e93f26847e
5
nixos/modules/virtualisation/azure-images.nix
Normal file
5
nixos/modules/virtualisation/azure-images.nix
Normal 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
|
Loading…
Reference in a new issue