Skip to content

Commit

Permalink
adding tesseract in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
l-r-sowmya authored Jun 3, 2024
1 parent aafbc8b commit f42a430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
outputs = { self, nixpkgs, flake-utils, poetry2nix }:
flake-utils.lib.eachDefaultSystem (system:
let
nativeBuildInputs = with pkgs; [ stdenv python3 poetry ];
nativeBuildInputs = with pkgs; [ stdenv python3 poetry tesseract ];
buildInputs = with pkgs; [ ];

# see https://github.com/nix-community/poetry2nix/tree/master#api for more functions and examples.
Expand Down

0 comments on commit f42a430

Please sign in to comment.