about summary refs log tree commit diff
path: root/corp
diff options
context:
space:
mode:
Diffstat (limited to 'corp')
-rw-r--r--corp/ops/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/corp/ops/default.nix b/corp/ops/default.nix
index 213cb8dcc9..c88b3bdc1c 100644
--- a/corp/ops/default.nix
+++ b/corp/ops/default.nix
@@ -34,13 +34,4 @@ depot.nix.readTree.drvTargets rec {
 
     yc.attr = "corp.ops.yc-cli";
   };
-
-  # Base image for Yandex VMs.
-  yandex-base-image = (depot.third_party.nixos {
-    configuration = { ... }: {
-      imports = [
-        (depot.path.origSrc + ("/ops/modules/yandex-cloud.nix"))
-      ];
-    };
-  }).config.system.build.yandexCloudImage;
 }