Skip to content

Instantly share code, notes, and snippets.

View mrcjkb's full-sized avatar
🌴
I may be slow to respond.

Marc Jakobi mrcjkb

🌴
I may be slow to respond.
View GitHub Profile
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`:
+
@mrcjkb
mrcjkb / luarocks-non-verbose
Last active March 28, 2024 22:16
luarocks --verbose
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...)