mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
treewide: apply deadnix suggestions
This commit is contained in:
parent
c7a261db2c
commit
95361fda3c
7 changed files with 4 additions and 29 deletions
|
@ -168,9 +168,6 @@ in
|
|||
let
|
||||
pluginToLua =
|
||||
plugin:
|
||||
let
|
||||
keyExists = keyToCheck: attrSet: lib.elem keyToCheck (lib.attrNames attrSet);
|
||||
in
|
||||
if isDerivation plugin then
|
||||
{ dir = "${lazyPath}/${lib.getName plugin}"; }
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue