stockholm/tv/4lib/default.nix

9 lines
139 B
Nix

{ lib, ... }:
{
git = import ./git.nix { inherit lib; };
# TODO deprecate shell-escape for lass
shell-escape = lib.shell.escape;
}