Răsfoiți Sursa

Nix flake: set meta.mainProgram to llama

Ben Siraphob 2 ani în urmă
părinte
comite
bd4b46d6ba
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      flake.nix

+ 1 - 0
flake.nix

@@ -34,6 +34,7 @@
             cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
             cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
             chmod +x $out/bin/convert-pth-to-ggml
             chmod +x $out/bin/convert-pth-to-ggml
           '';
           '';
+          meta.mainProgram = "llama";
         };
         };
         devShells.default = pkgs.mkShell {
         devShells.default = pkgs.mkShell {
           packages = with pkgs; [
           packages = with pkgs; [