automatic1111-webui-nix/shell.nix

2 lines
72 B
Nix
Raw Normal View History

2023-04-04 12:22:08 +03:00
let pkgs = import <nixpkgs> { }; in import ./impl.nix { inherit pkgs; }