mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
5 lines
138 B
Nix
5 lines
138 B
Nix
|
{ lib, stdenv }:
|
||
|
{
|
||
|
inherit (import ./build-kakoune-plugin.nix { inherit lib stdenv; }) buildKakounePlugin buildKakounePluginFrom2Nix;
|
||
|
}
|