delete nim

This commit is contained in:
Brian Seymour 2021-01-12 13:45:40 -06:00
parent c3416b8628
commit 1441b5ef6f
6 changed files with 1 additions and 27 deletions

View file

@ -69,10 +69,6 @@ echo 'nasm'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
echo '---'
echo 'nim'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1"
echo '---'
echo 'node'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"
echo '---'