mirror of
https://github.com/virchau13/automatic1111-webui-nix.git
synced 2024-11-25 21:36:10 +03:00
5 lines
99 B
Nix
5 lines
99 B
Nix
{ isCUDA ? true }:
|
|
|
|
let pkgs = import <nixpkgs> { };
|
|
in import ./impl.nix { inherit pkgs isCUDA; }
|