mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
tests: fix test (barbar) by creating the cache folder
This commit is contained in:
parent
e447c4ca42
commit
3797094d19
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
buildPhase =
|
||||
if !dontRun
|
||||
then ''
|
||||
mkdir -p .cache/nvim
|
||||
|
||||
output=$(HOME=$(realpath .) nvim -mn --headless "+q" 2>&1 >/dev/null)
|
||||
if [[ -n $output ]]; then
|
||||
echo "ERROR: $output"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue