Skip to content

Commit

Permalink
add hello to flake for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle authored Sep 6, 2024
1 parent 503e23b commit 2da6cc7
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 @@ -12,7 +12,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
nativeBuildInputs = with pkgs; [ stdenv python3 poetry tesseract nodejs_22 ];
buildInputs = with pkgs; [ ollama bun ];
buildInputs = with pkgs; [ ollama bun hello ];

# see https://github.com/nix-community/poetry2nix/tree/master#api for more functions and examples.
pkgs = nixpkgs.legacyPackages.${system};
Expand Down

0 comments on commit 2da6cc7

Please sign in to comment.