From 9eede1c4df124c98bedb9b82827e25f011aadb76 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 22 Sep 2023 19:37:18 +0300 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'corp/ops/default.nix') diff --git a/corp/ops/default.nix b/corp/ops/default.nix index 59d63bd5101b..213cb8dcc9a7 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; -- cgit 1.4.1