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 <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2023-09-22 19:37:18 +03:00 committed by tazjin
parent 732dc68727
commit 9eede1c4df
2 changed files with 1 additions and 1 deletions

View file

@ -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;