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 9840211 commit fb9b4d6Copy full SHA for fb9b4d6
scripts/update.sh
@@ -2,6 +2,4 @@
2
set -e
3
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"
4
5
-nix-shell --run 'luarocks install --lua-version 5.1 --local --force assets/rockspecs/xml-1.1.3-1.rockspec STDCPP_LIBDIR=$STDCPP_LIBDIR &&
6
-luarocks install --lua-version 5.1 --local --force lua-requests OPENSSL_INCDIR=$OPENSSL_INCDIR OPENSSL_LIBDIR=$OPENSSL_LIBDIR'
7
-luarocks install --lua-version 5.1 --local --force code-stats.nvim
+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'
0 commit comments