diff options
author | Ben Siraphob <bensiraphob@gmail.com> | 2023-03-20 16:44:30 -0500 |
---|---|---|
committer | Pavol Rusnak <pavol@rusnak.io> | 2023-03-20 22:50:22 +0100 |
commit | bd4b46d6ba504b99c936f43fc014529adffb6048 (patch) | |
tree | cb47658e30500c441ce73b10edc7c3862cbea0d6 | |
parent | 6b6d5b5024faaf82019d08cde5e8a9d69c6ca316 (diff) |
Nix flake: set meta.mainProgram to llama
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; [ |