mirror of https://gitlab.crans.org/bde/nk20
typo
This commit is contained in:
parent
7a7ee47e0b
commit
dde1baa25c
|
@ -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; [
|
||||||
|
|
Loading…
Reference in New Issue