with import <nixpkgs> {}; with luaPackages; let libs = [lua cjson luasocket luasec]; in stdenv.mkDerivation rec { name = "lua-env"; buildInputs = libs; ...
確定! 回上一頁