about summary refs log tree commit diff stats
path: root/pkgs/by-name/ll/lm/package.nix
blob: ef417cd25c1aff0f3462566585eb8e772584ea40 (plain) (blame)
1
2
3
4
5
6
7
8
9
{sysLib}:
sysLib.writeShellScript {
  name = "lm";
  src = ./lm.sh;
  generateCompletions = false;

  # `ll` must be able to change the path of the running shell.
  wrap = false;
}