automatic1111-webui-nix/shell.nix
Adam Washington ec2c4ff194
Fix shell.nix
2023-04-04 10:22:08 +01:00

2 lines
72 B
Nix

let pkgs = import <nixpkgs> { }; in import ./impl.nix { inherit pkgs; }