From f80b6a4b914d313782a8b4df0e04a7de1dbcdc89 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 25 Jun 2020 14:26:13 -0400
Subject: [PATCH] this is the package, I think

---
 nixos/modules/leasereport.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/modules/leasereport.nix b/nixos/modules/leasereport.nix
index fe332623..e3a6c4b5 100644
--- a/nixos/modules/leasereport.nix
+++ b/nixos/modules/leasereport.nix
@@ -2,4 +2,4 @@
 let
   leasereport = import ./leasereport-repo.nix;
 in
-  callPackage "${leasereport}/nix" { }
+  (callPackage "${leasereport}/nix" { }).LeaseReport.components.exe.LeaseReport
-- 
GitLab