summaryrefslogtreecommitdiffstats
path: root/tv/4lib/default.nix
blob: ebf2d34a4cc51abdad7585c841c1b75e31524ebf (plain)
1
2
3
4
5
6
7
8
{ lib, ... }:

{
  git = import ./git.nix { inherit lib; };

  # TODO deprecate shell-escape for lass
  shell-escape = lib.shell.escape;
}