Skip to content

Commit fb9b4d6

Browse files
committed
🔨 Update scripts/update.sh
1 parent 9840211 commit fb9b4d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/update.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
set -e
33
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"
44

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
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'

0 commit comments

Comments
 (0)