automatic1111-webui-nix/shell.nix
Vir Chaudhury 5b5c18e45f
docs: clarify README
Make the CPU output non-default, so you must specifically choose which
output you actually want.
2023-11-22 05:31:13 +08:00

5 lines
103 B
Nix

{ variant ? "NONE" }:
let pkgs = import <nixpkgs> { };
in import ./impl.nix { inherit pkgs variant; }