fix(neovim): make ollama optional
This commit is contained in:
parent
925551ec26
commit
0ad475e6bf
2 changed files with 26 additions and 12 deletions
|
@ -25,7 +25,11 @@
|
|||
};
|
||||
|
||||
outputs =
|
||||
{ home-manager, nixpkgs, ... }@inputs:
|
||||
{
|
||||
home-manager,
|
||||
nixpkgs,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue