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:
parent
732dc68727
commit
9eede1c4df
2 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ depot.nix.readTree.drvTargets rec {
|
||||||
yandex-base-image = (depot.third_party.nixos {
|
yandex-base-image = (depot.third_party.nixos {
|
||||||
configuration = { ... }: {
|
configuration = { ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
(depot.path.origSrc + ("/corp/ops/modules/yandex-cloud.nix"))
|
(depot.path.origSrc + ("/ops/modules/yandex-cloud.nix"))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}).config.system.build.yandexCloudImage;
|
}).config.system.build.yandexCloudImage;
|
||||||
|
|
Loading…
Reference in a new issue