9 lines
139 B
Nix
9 lines
139 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
git = import ./git.nix { inherit lib; };
|
|
|
|
# TODO deprecate shell-escape for lass
|
|
shell-escape = lib.shell.escape;
|
|
}
|