mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
virtualisation/azure-images: drop outdated list...
This list of microsoft-hosted, pre-built azure-images might have been useful, but it hasn't seen any updates since NixOS 16.0.9, eight years ago. As there is also no in-tree usage, and the results of a quick GitHub search yielded no out-tree usage which was *not* either about the same age or looked like vendored copies of this list, this seems safe to drop to me.
This commit is contained in:
parent
7df0e614a2
commit
6b6a7fbc3a
|
@ -1,5 +0,0 @@
|
|||
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