mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
flake: add and package blink.cmp
This commit is contained in:
parent
62bc9764f1
commit
2dde21e19c
4 changed files with 82 additions and 0 deletions
|
@ -61,6 +61,10 @@
|
|||
"flutter-tools.dev_tools"
|
||||
];
|
||||
};
|
||||
blink-cmp = pkgs.callPackage ./packages/blink-cmp.nix {
|
||||
src = inputs.plugin-blink-cmp;
|
||||
version = inputs.plugin-blink-cmp.shortRev or inputs.plugin-blink-cmp.shortDirtyRev or "dirty";
|
||||
};
|
||||
};
|
||||
|
||||
buildConfigPlugins = plugins:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue