mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
utils: fix #129
* wrappers: fix missing variable * bufferline: fix type error if indicator is null
This commit is contained in:
parent
b6e01b9100
commit
7ccb2b0608
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkEnableOption mkOption mkOptionType mkForce mkMerge mkIf types;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue