nixpkgs-odroid-hc4/pkgs/applications/editors/kakoune/plugins/kakoune-utils.nix
2025-12-20 09:59:59 +11:00

4 lines
138 B
Nix

{ lib, stdenv }:
{
inherit (import ./build-kakoune-plugin.nix { inherit lib stdenv; }) buildKakounePlugin buildKakounePluginFrom2Nix;
}