From 9eede1c4df124c98bedb9b82827e25f011aadb76 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 22 Sep 2023 19:37:18 +0300 Subject: [PATCH] chore(ops): move yandex-cloud image module out of corp Change-Id: Idc8cc3a640fc895cd3882e93a193212adb743abb Reviewed-on: https://cl.tvl.fyi/c/depot/+/9425 Tested-by: BuildkiteCI Reviewed-by: flokli --- corp/ops/default.nix | 2 +- {corp/ops => ops}/modules/yandex-cloud.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {corp/ops => ops}/modules/yandex-cloud.nix (100%) diff --git a/corp/ops/default.nix b/corp/ops/default.nix index 59d63bd51..213cb8dcc 100644 --- a/corp/ops/default.nix +++ b/corp/ops/default.nix @@ -39,7 +39,7 @@ depot.nix.readTree.drvTargets rec { yandex-base-image = (depot.third_party.nixos { configuration = { ... }: { imports = [ - (depot.path.origSrc + ("/corp/ops/modules/yandex-cloud.nix")) + (depot.path.origSrc + ("/ops/modules/yandex-cloud.nix")) ]; }; }).config.system.build.yandexCloudImage; diff --git a/corp/ops/modules/yandex-cloud.nix b/ops/modules/yandex-cloud.nix similarity index 100% rename from corp/ops/modules/yandex-cloud.nix rename to ops/modules/yandex-cloud.nix