use default lix

This commit is contained in:
Daylin Morgan 2025-01-30 09:33:15 -06:00
parent 40c665d704
commit d12d12b670
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -17,7 +17,8 @@ in
llm-with-plugins = pkgs.callPackage ./llm/llm-with-plugins { };
lix = pkgs.callPackage ./lix { inherit flake; };
# lix = pkgs.callPackage ./lix { inherit flake; };
lix = (flake.pkg "lix-module");
}
// (flake.toPackageAttrs [
"pixi"