mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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
|
let
|
||||||
inherit (lib) types mkOption mkPackageOption;
|
inherit (lib) types mkOption mkPackageOption;
|
||||||
inherit (lib) optional optionalString optionalAttrs;
|
inherit (lib) optional optionalAttrs;
|
||||||
builders = lib.nixvim.builders.withPkgs pkgs;
|
builders = lib.nixvim.builders.withPkgs pkgs;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue