virchau13 / automatic1111-webui-nix

AUTOMATIC1111/stable-diffusion-webui for CUDA and ROCm on NixOS
MIT License
142 stars 19 forks source link

error: attempt to call something which is not a function but a set #2

Closed aalvarado closed 1 year ago

aalvarado commented 1 year ago
 Θ nix-shell
error: attempt to call something which is not a function but a set

       at /home/adan/projects/stable-diffusion/stable-diffusion-webui/shell.nix:1:36:

            1| let pkgs = import <nixpkgs> {}; in import ./impl.nix pkgs pkgs.lib
             |                                    ^
            2|

followed the guide and getting the following back.

nix-shell (Nix) 2.13.2

virchau13 commented 1 year ago

Oh yeah I forgot to update the shell.nix file. Lemme fix that real quick