diff options
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -51,8 +51,7 @@ ]; }; - # DEPRECATED - checkSchema = checks.schema; + checkSchema = builtins.trace "WARNING: deploy-rs#checkSchema is deprecated" checks.schema; deployChecks = deploy: builtins.mapAttrs (_: check: check deploy) checks; |