adds ollama-cuda to home packages for mennos-server
All checks were successful
Nix Format Check / check-format (push) Successful in 59s

This commit is contained in:
Menno van Leeuwen 2024-11-18 22:11:29 +01:00
parent 93b1aba78d
commit 0d26f30261
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,4 +1,4 @@
{ pkgs-unstable, ... }: { pkgs-unstable, ... }:
{ {
home.packages = with pkgs-unstable; [ ]; home.packages = with pkgs-unstable; [ ollama-cuda ];
} }