This commit is contained in:
Yoann Beaugnon 2022-08-21 19:50:53 +02:00
parent 7a7ee47e0b
commit dde1baa25c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# #
# This shell.nix contains all dependencies require to create a venv and pip install -r requirements.txt. # 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 <nixpkgs> {} }: { pkgs ? import <nixpkgs> {} }:
pkgs.mkShell { pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [