Skip to content

Commit 81542cc

Browse files
Matthieu Coudronteto
authored andcommitted
build(nix): move flake to root + add busted to luad env
1 parent d8dc204 commit 81542cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

contrib/flake.nix renamed to flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
let
1616
# luaPkgs = pkgs."lua${luaVersion}".pkgs;
1717
luaEnv = pkgs."lua${luaVersion}".withPackages (lp: with lp; [
18+
busted
1819
luacheck
1920
luarocks
2021
]);
@@ -73,6 +74,7 @@
7374
packDirArgs.myNeovimPackages = myVimPackage;
7475
in
7576
''
77+
export DEBUG_PLENARY="debug"
7678
cat <<-EOF > minimal.vim
7779
set rtp+=.
7880
set packpath^=${pkgs.vimUtils.packDir packDirArgs}

0 commit comments

Comments
 (0)