mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
fix: basic flake check should work now (#74)
This commit is contained in:
parent
4880459702
commit
78f5f36738
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
{ config, pkgs, lib, helpers, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.plugins.lspkind;
|
||||
helpers = import ../helpers.nix { inherit lib; };
|
||||
in
|
||||
{
|
||||
options.plugins.lspkind = {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, lib, helpers, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
cfg = config.plugins.trouble;
|
||||
helpers = import ../helpers.nix { inherit lib; };
|
||||
in
|
||||
with lib;
|
||||
# with helpers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue