automatic1111-webui-nix/shell.nix

5 lines
99 B
Nix
Raw Normal View History

2023-04-04 12:57:54 +03:00
{ isCUDA ? true }:
let pkgs = import <nixpkgs> { };
in import ./impl.nix { inherit pkgs isCUDA; }