mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-12 16:03:32 +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;
|
||
|
}
|