Merge pull request #101766 from eraserhd/rep-for-kakoune

kakounePlugins.rep: inherit from rep
This commit is contained in:
Kevin Cox
2020-11-02 09:47:34 -05:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ pkgs, parinfer-rust }:
{ pkgs, parinfer-rust, rep }:
{
inherit parinfer-rust;
inherit parinfer-rust rep;
case-kak = pkgs.callPackage ./case.kak.nix { };
kak-ansi = pkgs.callPackage ./kak-ansi.nix { };