forked from DGNum/infrastructure
feat(cof-stage): add bulma package for current development
This commit is contained in:
parent
b1cfe1bc16
commit
1fcc0844ca
1 changed files with 3 additions and 1 deletions
|
@ -80,17 +80,18 @@ mkMerge (
|
|||
|
||||
overlays = {
|
||||
kat-pkgs = [
|
||||
"django-cogwheels"
|
||||
"django-djconfig"
|
||||
"django-hCaptcha"
|
||||
"wagtail-modeltranslation"
|
||||
"wagtailmenus"
|
||||
"django-cogwheels"
|
||||
];
|
||||
|
||||
nix-pkgs = [
|
||||
# Required packages
|
||||
"authens"
|
||||
"django-bootstrap-form"
|
||||
"django-bulma-forms"
|
||||
"django-cas-ng"
|
||||
"loadcredential"
|
||||
|
||||
|
@ -107,6 +108,7 @@ mkMerge (
|
|||
ps.django
|
||||
ps.django-autocomplete-light
|
||||
ps.django-bootstrap-form
|
||||
ps.django-bulma-forms
|
||||
ps.django-cas-ng
|
||||
ps.django-cors-headers
|
||||
ps.django-djconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue