6 lines
110 B
Nix
6 lines
110 B
Nix
{ inputs, outputs, lib, config, pkgs, ... }: {
|
|
imports = [
|
|
# ./beszel-agent.nix
|
|
./ollama.nix
|
|
];
|
|
}
|