Merge pull request #1032 from imnotpoz/commafix

languages/haskell: add missing comma after hls table
This commit is contained in:
raf 2025-07-21 11:07:58 +03:00 committed by GitHub
commit 08991be77a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ in {
enable = true,
},
},
hls = ${toLuaObject servers.hls}
hls = ${toLuaObject servers.hls},
''}
${optionalString cfg.dap.enable ''
dap = {