mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/output: remove unused binding
This commit is contained in:
parent
21f7ed6eb6
commit
ba77e88740
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
let
|
||||
inherit (lib) types mkOption mkPackageOption;
|
||||
inherit (lib) optional optionalString optionalAttrs;
|
||||
inherit (lib) optional optionalAttrs;
|
||||
builders = lib.nixvim.builders.withPkgs pkgs;
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue