Skip to content
Snippets Groups Projects
default.nix 255 B
Newer Older
{ callPackage, fetchFromGitLab, lib }:
let
  repo-data = lib.importJSON ./repo.json;
  repo = fetchFromGitLab (builtins.removeAttrs repo-data [ "branch" ]);
  LeaseReport = (import "${repo}/nix").LeaseReport;
in
  LeaseReport.components.exes.LeaseReport