From 0446a2f4319def3a58f8c78912decb9e6545c727 Mon Sep 17 00:00:00 2001
From: notgne2
Date: Thu, 29 Oct 2020 11:03:09 -0700
Subject: Add deprecation warning to checkSchema

---
 flake.nix | 3 +--
 1 file changed, 1 insertion(+), 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;
 
-- 
cgit v1.2.3