diff options
Diffstat (limited to 'ollama/shell.nix')
| -rw-r--r-- | ollama/shell.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ollama/shell.nix b/ollama/shell.nix deleted file mode 100644 index e052a86de..000000000 --- a/ollama/shell.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs ? (import <nixpkgs> {}).pkgs }: -with pkgs; -mkShell { - buildInputs = [ - python312Packages.ollama - ]; -} |