From 5d21d262fa5d8c4e21ce794b88df07825787aa58 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 9 Mar 2024 21:17:54 +0000 Subject: [PATCH] Remove unused variable --- modules/editors/neovim/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/editors/neovim/default.nix b/modules/editors/neovim/default.nix index 6089d82..4245894 100644 --- a/modules/editors/neovim/default.nix +++ b/modules/editors/neovim/default.nix @@ -2,7 +2,6 @@ let cfg = config.modules.editors.neovim; - dev = config.modules.dev; in { options.modules.editors.neovim = { enable = lib.mkOption {