about summary refs log tree commit diff
path: root/pkgs/tvl/default.nix
blob: 02c4c74749fe0798281bc26a04fa89d5b2229abd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ tvlSrc ? builtins.fetchGit {
    name = "tvl-depot";
    url = "https://code.tvl.fyi";
    rev = "3d006181e3a533572f1e9ccff319777c5918ad98"; # 2022-05-02
    ref = "canon";
  }
, pkgs
}:

import tvlSrc {
  nixpkgsBisectPath = pkgs.path; # TODO: does this improve eval time significantly?
}