5 lines
138 B
Nix
5 lines
138 B
Nix
|
{ lib, stdenv }:
|
||
|
{
|
||
|
inherit (import ./build-kakoune-plugin.nix { inherit lib stdenv; }) buildKakounePlugin buildKakounePluginFrom2Nix;
|
||
|
}
|