aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2023-03-20 16:44:30 -0500
committerPavol Rusnak <pavol@rusnak.io>2023-03-20 22:50:22 +0100
commitbd4b46d6ba504b99c936f43fc014529adffb6048 (patch)
treecb47658e30500c441ce73b10edc7c3862cbea0d6 /flake.nix
parent6b6d5b5024faaf82019d08cde5e8a9d69c6ca316 (diff)
Nix flake: set meta.mainProgram to llama
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index dae4ff6..da4bd7b 100644
--- 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; [