diff --git a/test.sh b/test.sh deleted file mode 100755 index bb66d707..00000000 --- a/test.sh +++ /dev/null @@ -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 $@