mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
kakounePlugins.rep: inherit from rep
This commit is contained in:
parent
b7bb3aa602
commit
03faeaa8b3
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user