feat(kadenios): Don't include dev dependencies in the environment
Some checks failed
build configuration / build_web02 (push) Failing after 1m32s
build configuration / build_compute01 (push) Successful in 1m40s
build configuration / build_storage01 (push) Successful in 1m43s
build configuration / build_vault01 (push) Successful in 1m50s
build configuration / build_web01 (push) Successful in 2m2s
lint / check (push) Successful in 23s
build configuration / build_rescue01 (push) Successful in 1m16s
build configuration / push_to_cache (push) Has been skipped
Some checks failed
build configuration / build_web02 (push) Failing after 1m32s
build configuration / build_compute01 (push) Successful in 1m40s
build configuration / build_storage01 (push) Successful in 1m43s
build configuration / build_vault01 (push) Successful in 1m50s
build configuration / build_web01 (push) Successful in 2m2s
lint / check (push) Successful in 23s
build configuration / build_rescue01 (push) Successful in 1m16s
build configuration / push_to_cache (push) Has been skipped
This commit is contained in:
parent
060e04118d
commit
23b2a19494
1 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ let
|
|||
packageOverrides = _: _: {
|
||||
inherit (nix-pkgs)
|
||||
django-background-tasks
|
||||
django-browser-reload
|
||||
django-bulma-forms
|
||||
django-translated-fields
|
||||
loadcredential
|
||||
|
@ -43,9 +42,7 @@ let
|
|||
|
||||
ps.authens
|
||||
ps.django-background-tasks
|
||||
ps.django-browser-reload
|
||||
ps.django-bulma-forms
|
||||
ps.django-debug-toolbar
|
||||
ps.django-translated-fields
|
||||
ps.loadcredential
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue