From dde1baa25cc41af657a1c049fc82afec97f79fa6 Mon Sep 17 00:00:00 2001 From: Yoann Beaugnon Date: Sun, 21 Aug 2022 19:50:53 +0200 Subject: [PATCH] typo --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; [