We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9b4d6 commit 02106d4Copy full SHA for 02106d4
scripts/update.sh
@@ -2,4 +2,5 @@
2
set -e
3
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"
4
5
-nix-shell --run 'luarocks install --lua-version 5.1 --local --force code-stats.nvim STDCPP_LIBDIR=$STDCPP_LIBDIR OPENSSL_INCDIR=$OPENSSL_INCDIR OPENSSL_LIBDIR=$OPENSSL_LIBDIR'
+nix-shell --run 'luarocks install --lua-version 5.1 --local --force xml-temp STDCPP_LIBDIR=$STDCPP_LIBDIR &&
6
+luarocks install --lua-version 5.1 --local --force luasec 0.7.2-1 OPENSSL_INCDIR=$OPENSSL_INCDIR OPENSSL_LIBDIR=$OPENSSL_LIBDIR'
0 commit comments