From 6b6a7fbc3aef95cddbc9661a986f42607cb58878 Mon Sep 17 00:00:00 2001 From: phaer Date: Fri, 30 Aug 2024 17:31:56 +0200 Subject: [PATCH] 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. --- nixos/modules/virtualisation/azure-images.nix | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 nixos/modules/virtualisation/azure-images.nix diff --git a/nixos/modules/virtualisation/azure-images.nix b/nixos/modules/virtualisation/azure-images.nix deleted file mode 100644 index 22c82fc14f65..000000000000 --- a/nixos/modules/virtualisation/azure-images.nix +++ /dev/null @@ -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