forked from DGNum/infrastructure
feat(kadenios): Don't include dev dependencies in the environment
This commit is contained in:
parent
060e04118d
commit
23b2a19494
1 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ let
|
||||||
packageOverrides = _: _: {
|
packageOverrides = _: _: {
|
||||||
inherit (nix-pkgs)
|
inherit (nix-pkgs)
|
||||||
django-background-tasks
|
django-background-tasks
|
||||||
django-browser-reload
|
|
||||||
django-bulma-forms
|
django-bulma-forms
|
||||||
django-translated-fields
|
django-translated-fields
|
||||||
loadcredential
|
loadcredential
|
||||||
|
@ -43,9 +42,7 @@ let
|
||||||
|
|
||||||
ps.authens
|
ps.authens
|
||||||
ps.django-background-tasks
|
ps.django-background-tasks
|
||||||
ps.django-browser-reload
|
|
||||||
ps.django-bulma-forms
|
ps.django-bulma-forms
|
||||||
ps.django-debug-toolbar
|
|
||||||
ps.django-translated-fields
|
ps.django-translated-fields
|
||||||
ps.loadcredential
|
ps.loadcredential
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue