Skip to content

Commit

Permalink
update dream2nix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Sep 9, 2023
1 parent 98f6740 commit a30bc92
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 97 deletions.
170 changes: 98 additions & 72 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
dream2nix = {
url = "github:nix-community/dream2nix/python";
url = "github:nix-community/dream2nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
4 changes: 2 additions & 2 deletions projects/invokeai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
mkInvokeAIVariant = args: pkgs.callPackage ./package.nix ({ inherit src; } // args);

dream2nix-setup-module = {config, lib, ...}: {
lock.repoRoot = self;
lock.lockFileRel = "/projects/invokeai/lock-${config.deps.stdenv.system}.json";
paths.projectRoot = self;
paths.lockFile = "lock-${pkgs.system}.json";
};

_callModule = module:
Expand Down
Loading

0 comments on commit a30bc92

Please sign in to comment.