mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 15:04:18 -06:00
use default lix
This commit is contained in:
parent
40c665d704
commit
d12d12b670
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ in
|
||||||
|
|
||||||
llm-with-plugins = pkgs.callPackage ./llm/llm-with-plugins { };
|
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 [
|
// (flake.toPackageAttrs [
|
||||||
"pixi"
|
"pixi"
|
||||||
|
|
Loading…
Reference in a new issue