Remove custom checks

This commit is contained in:
SebastianStork 2025-05-28 18:19:14 +02:00
parent a8f9d8108d
commit 96786e94be
4 changed files with 3 additions and 30 deletions

View file

@ -54,5 +54,7 @@ in
|> builtins.readDir
|> lib.filterAttrs (_: type: type == "directory")
|> lib.concatMapAttrs (name: _: mkDeployNode name);
checks = builtins.mapAttrs (_: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
};
}