diff --git a/modules/debugger/nvim-dap/nvim-dap.nix b/modules/debugger/nvim-dap/nvim-dap.nix index b0fcb5e..8348d05 100644 --- a/modules/debugger/nvim-dap/nvim-dap.nix +++ b/modules/debugger/nvim-dap/nvim-dap.nix @@ -15,7 +15,7 @@ with lib; { sources = mkOption { default = {}; description = "List of debuggers to install"; - type = with types; attrsOf string; + type = with types; attrsOf str; }; mappings = {