mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
10 lines
285 B
Nix
10 lines
285 B
Nix
{ pkgs, ... }:
|
|
{
|
|
nimlangserver = pkgs.callPackage ./nim/nimlangserver { };
|
|
procs = pkgs.callPackage ./nim/procs { };
|
|
nimble = pkgs.callPackage ./nim/nimble { };
|
|
|
|
distrobox = pkgs.callPackage ./distrobox { };
|
|
|
|
llm-with-plugins = pkgs.callPackage ./llm/llm-with-plugins { };
|
|
}
|