about summary refs log tree commit diff
path: root/pkgs/devhell/default.nix
blob: 90fe73d2f1698c55c9289f74190179da7b3b87ed (plain) (blame)
1
2
3
4
5
{ callPackage, vim_configurable }:

{
  vim = callPackage ./vim { };
}