1 files changed, 2 insertions(+), 2 deletions(-)
M .build.yml
M .build.yml => .build.yml +2 -2
@@ 3,9 3,9 @@ sources:
- "https://git.sr.ht/~vigoux/complementree.nvim"
tasks:
- ensure: |
- cd azy.nvim
+ cd complementree.nvim
nix-shell --pure --run "make ensure"
- test: |
- cd azy.nvim
+ cd complementree.nvim
nix-shell --pure --run "make test"