Skip to content

Commit

Permalink
doc/lua: mention the patching of interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Mar 6, 2024
1 parent 0829f23 commit ff5bc1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/languages-frameworks/lua.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The main package set contains aliases to these package sets, e.g.
`luaPackages` refers to `lua5_1.pkgs` and `lua52Packages` to
`lua5_2.pkgs`.

Note that nixpkgs patches the non-luajit interpreters to avoid referring to
`/usr` and have `;;` (the "reset" LUA_PATH pattern) work correctly.

### Installing Lua and packages {#installing-lua-and-packages}

#### Lua environment defined in separate `.nix` file {#lua-environment-defined-in-separate-.nix-file}
Expand Down

0 comments on commit ff5bc1b

Please sign in to comment.