vimPlugins.nvim-dbee: only supports linux
This commit is contained in:
parent
48157ff02a
commit
e5a1863dcb
1 changed files with 2 additions and 0 deletions
|
@ -1048,6 +1048,8 @@
|
|||
mkdir $target/bin
|
||||
ln -s ${dbee-go}/bin/dbee $target/bin/dbee
|
||||
'';
|
||||
|
||||
meta.platforms = lib.platforms.linux;
|
||||
});
|
||||
|
||||
nvim-navic = super.nvim-navic.overrideAttrs {
|
||||
|
|
Loading…
Reference in a new issue