diff --git a/nixos/modules/leasereport.nix b/nixos/modules/leasereport.nix index fe332623ffd24e65e54935e089ace59fc9aee123..e3a6c4b5fdaa3710f37421107f5ad743f1fb1347 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