aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fe24754..3ce94e3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;