mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
Small fixes
This commit is contained in:
parent
6b6f5b3e57
commit
b8f72cb150
4 changed files with 288 additions and 13 deletions
|
|
@ -230,6 +230,12 @@
|
|||
nvim --headless -u NONE -c "set runtimepath+=${./.}" -l ${./tests/init.lua}
|
||||
touch $out
|
||||
'';
|
||||
|
||||
smoke-test = pkgs.runCommand "smoke-test" {} ''
|
||||
BINARY_PATH="${defaultNvimPkg}/bin/vv"
|
||||
"$BINARY_PATH" --headless -c "luafile ${./tests/smoke.lua}" -c "qa!"
|
||||
touch $out
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue