diff --git a/flake.nix b/flake.nix index 733eb01..c2b3348 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ outputs = { self, nixpkgs, flake-utils, poetry2nix }: flake-utils.lib.eachDefaultSystem (system: let - nativeBuildInputs = with pkgs; [ stdenv python3 poetry tesseract ]; + nativeBuildInputs = with pkgs; [ stdenv python3 poetry tesseract nodejs_22 bun ]; buildInputs = with pkgs; [ ollama ]; # see https://github.com/nix-community/poetry2nix/tree/master#api for more functions and examples.