fix(nix): fix superflous /
that breaks the build (#6880)
Resolves #1779
This commit is contained in:
parent
e7f25d88ca
commit
080f85c34f
1 changed files with 1 additions and 1 deletions
|
@ -2467,7 +2467,7 @@ comment-token = "--"
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "cabal"
|
name = "cabal"
|
||||||
source = { git = "https://gitlab.com/magus/tree-sitter-cabal/", rev = "7d5fa6887ae05a0b06d046f1e754c197c8ad869b" }
|
source = { git = "https://gitlab.com/magus/tree-sitter-cabal", rev = "7d5fa6887ae05a0b06d046f1e754c197c8ad869b" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "hurl"
|
name = "hurl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue