aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index db2f403..e1f767c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -24,11 +24,19 @@ let
ollama serve
'';
};
+
+ main = writeShellApplication {
+ name = "main";
+ text = ''
+ python main.py
+ '';
+ };
in
mkShell {
packages = [
+ main
ollama
pull
python