]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Nix flake: set meta.mainProgram to llama
authorBen Siraphob <redacted>
Mon, 20 Mar 2023 21:44:30 +0000 (16:44 -0500)
committerPavol Rusnak <redacted>
Mon, 20 Mar 2023 21:50:22 +0000 (22:50 +0100)
flake.nix

index dae4ff60f0fed3eba75c5774958c8d86c398edea..da4bd7ba3f2b44de20eb0adc3002adb63bfdc7a2 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -34,6 +34,7 @@
             cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
             chmod +x $out/bin/convert-pth-to-ggml
           '';
+          meta.mainProgram = "llama";
         };
         devShells.default = pkgs.mkShell {
           packages = with pkgs; [