nixpkgs/pkgs/development/interpreters/lua-5
Adam Joseph cb13669b00 lib.customisation: uncurry makeScopeWithSplicing
Deeply-curried functions are pretty error-prone in untyped languages
like Nix.  This is a particularly bad case because
`top-level/splice.nix` *also* declares a makeScopeWithSplicing, but
it takes *two fewer arguments*.

Let's switch to attrset-passing form, to provide some minimal level
of sanity-checking.
2023-07-27 21:31:59 -07:00
..
hooks lua-rocks-move-data: fix missing doc tags on luaPackages neovim plugins 2023-03-10 13:12:32 +01:00
tests lua: test the interpreter 2022-10-14 00:10:40 +02:00
5.1.darwin.patch
5.2.darwin.patch
5.4.darwin.patch lua-5.4: fix build on darwin (#123028) 2021-05-14 16:38:50 -04:00
build-luarocks-package.nix buildLuarocksPackage: rename file to match its role 2023-07-10 10:34:34 +02:00
CVE-2014-5461.patch
CVE-2022-28805.patch lua5_2: add patch for CVE-2022-28805 2022-05-30 21:04:16 +02:00
default.nix lib.customisation: uncurry makeScopeWithSplicing 2023-07-27 21:31:59 -07:00
interpreter.nix treewide: use optionalAttrs instead of 'else {}' 2023-06-25 11:01:34 -03:00
lua-dso.make lua: fix linkage 2021-05-15 09:33:46 -07:00
with-packages.nix
wrap-lua.nix trivial-builders: move into the directory named alike (#223429) 2023-05-06 00:16:26 +02:00
wrap.sh
wrapper.nix lua: test the interpreter 2022-10-14 00:10:40 +02:00
zip.patch