From 598ac0465fa6945756f7b7b68fced8541a811fb8 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 25 Jan 2024 14:47:23 +0100 Subject: [PATCH] helpers: remove unused toVimDict --- lib/helpers.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/helpers.nix b/lib/helpers.nix index cafdae01..c3df5426 100644 --- a/lib/helpers.nix +++ b/lib/helpers.nix @@ -5,11 +5,6 @@ with lib; rec { autocmd = import ./autocmd-helpers.nix {inherit lib;}; vim-plugin = import ./vim-plugin.nix {inherit lib mkPackageOption;}; - # vim dictionaries are, in theory, compatible with JSON - toVimDict = args: - toJSON - (lib.filterAttrs (n: v: v != null) args); - # Black functional magic that converts a bunch of different Nix types to their # lua equivalents! toLuaObject = args: