diff --git a/shell.nix b/shell.nix index 730d4bdd..ab3cb46e 100755 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ # # This shell.nix contains all dependencies require to create a venv and pip install -r requirements.txt. # -# Please check shell-static.nix for +# Please check shell-static.nix for running ./manage.py collectstatics. { pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [