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
commit 8ab0db800e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 { };