Pantheon updates 2024-12-13 (#364951)
[NixPkgs.git] / pkgs / development / interpreters / lua-5 / with-packages.nix
blob79633b3559bf5b936428f5efc0825b8ff794cc65
1 { buildEnv, luaPackages }:
3 # this is a function that returns a function that returns an environment
4 f:
5 let
6   packages = f luaPackages;
7 in
8 buildEnv.override { extraLibs = packages; }