remove obsolete test.sh

This commit is contained in:
Pedro Alves 2022-11-08 20:02:17 +00:00
parent cba9cca52b
commit c320be04c8

View file

@ -1,8 +0,0 @@
#!/usr/bin/env sh
# Creates a container and then runs the resulting neovim executable with the configuration
set -e
sudo nixos-container destroy nvim-test
sudo nixos-container create nvim-test --flake .
.tmp/sw/bin/nvim -u .tmp/etc/xdg/nvim/sysinit.vim $@