diff options
Diffstat (limited to 'corp')
-rw-r--r-- | corp/ops/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/corp/ops/default.nix b/corp/ops/default.nix index 213cb8dcc9a7..c88b3bdc1c71 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; } |