8000 Nix flake: set meta.mainProgram to llama · code-monad/llama.cpp@bd4b46d · GitHub
[go: up one dir, main page]

Skip to content

Commit bd4b46d

Browse files
sirabenprusnak
authored andcommitted
Nix flake: set meta.mainProgram to llama
1 parent 6b6d5b5 commit bd4b46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
cat ${./convert-pth-to-ggml.py} >> $out/bin/convert-pth-to-ggml
3535
chmod +x $out/bin/convert-pth-to-ggml
3636
'';
37+
meta.mainProgram = "llama";
3738
};
3839
devShells.default = pkgs.mkShell {
3940
packages = with pkgs; [

0 commit comments

Comments
 (0)
0