Skip to content

Commit

Permalink
Move bun to build inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev committed Sep 6, 2024
1 parent c1e94a9 commit 503e23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
outputs = { self, nixpkgs, flake-utils, poetry2nix }:
flake-utils.lib.eachDefaultSystem (system:
let
nativeBuildInputs = with pkgs; [ stdenv python3 poetry tesseract nodejs_22 bun ];
buildInputs = with pkgs; [ ollama ];
nativeBuildInputs = with pkgs; [ stdenv python3 poetry tesseract nodejs_22 ];
buildInputs = with pkgs; [ ollama bun ];

# 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 503e23b

Please sign in to comment.