plugins/octo: use ghPackage

This commit is contained in:
Austin Horstman 2024-09-13 22:44:14 -05:00
parent 4d460d6151
commit dfea178590
No known key found for this signature in database
2 changed files with 18 additions and 2 deletions

View file

@ -1,3 +1,4 @@
{ pkgs, ... }:
{
empty = {
# This test is flaky and fails non-deterministically
@ -84,4 +85,13 @@
};
};
};
no-packages = {
# Need to add gh executable to runtime path for plugin
test.runNvim = false;
plugins.octo = {
enable = true;
ghPackage = null;
};
};
}