This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run luarocks --local --dev --lua-version=5.1 install tree-sitter-haskell scm | |
Error: LuaRocks 3.11.0 bug (please report at https://github.com/luarocks/luarocks/issues). | |
Arch.: win32-x86_64 (fs_use_modules = true) (binary) | |
[string "src/luarocks/deps.lua"]:242: assertion failed! | |
stack traceback: | |
[C]: in function 'assert' | |
[string "src/luarocks/deps.lua"]:242: in function 'luarocks.deps.fulfill_dependency' | |
[string "src/luarocks/deps.lua"]:335: in function 'luarocks.deps.fulfill_dependencies' | |
(...tail calls...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/README.md b/README.md | |
index f417619..ce8ebf2 100644 | |
--- a/README.md | |
+++ b/README.md | |
@@ -85,6 +85,14 @@ nixpkgs.overlays = [ | |
]; | |
``` | |
+You can then add the overlay's output(s) to the `systemPackages`: | |
+ |