Skip to content
Snippets Groups Projects
default.nix 255 B
Newer Older
  • Learn to ignore specific revisions
  • { 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