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

lib // rec {

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

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