I should commit more frequently
This commit is contained in:
parent
aa8003f5b4
commit
e82241b8b0
70 changed files with 1091 additions and 2018 deletions
packages/llm-workflow-engine
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
dream2nix,
|
||||
projectRoot,
|
||||
packagePath,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}: let
|
||||
|
@ -24,9 +26,8 @@
|
|||
version = "0.18.2";
|
||||
|
||||
paths = {
|
||||
projectRoot = ./.;
|
||||
projectRootFile = "flake.nix";
|
||||
package = ./.;
|
||||
inherit projectRoot;
|
||||
package = packagePath;
|
||||
};
|
||||
|
||||
mkDerivation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue