feat(cof-stage): add bulma package for current development
All checks were successful
Check meta / check_meta (pull_request) Successful in 15s
Check workflows / check_workflows (pull_request) Successful in 15s
Check meta / check_dns (pull_request) Successful in 18s
Build all the nodes / netaccess01 (pull_request) Successful in 20s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Build all the nodes / netcore02 (pull_request) Successful in 20s
Build all the nodes / netcore01 (pull_request) Successful in 28s
Build all the nodes / ap01 (pull_request) Successful in 31s
Build the shell / build-shell (pull_request) Successful in 23s
Run pre-commit on all files / pre-commit (pull_request) Successful in 26s
Build all the nodes / bridge01 (pull_request) Successful in 1m3s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m7s
Build all the nodes / geo01 (pull_request) Successful in 1m8s
Build all the nodes / build01 (pull_request) Successful in 1m10s
Build all the nodes / geo02 (pull_request) Successful in 1m9s
Build all the nodes / cof02 (pull_request) Successful in 1m14s
Build all the nodes / tower01 (pull_request) Successful in 1m4s
Build all the nodes / storage01 (pull_request) Successful in 1m14s
Build all the nodes / vault01 (pull_request) Successful in 1m12s
Build all the nodes / web03 (pull_request) Successful in 1m10s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m49s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m49s
Build all the nodes / compute01 (pull_request) Successful in 1m51s
Build all the nodes / rescue01 (pull_request) Successful in 1m47s
Build all the nodes / web01 (pull_request) Successful in 1m43s
Build all the nodes / web02 (pull_request) Successful in 2m2s

This commit is contained in:
catvayor 2025-03-14 19:11:11 +01:00 committed by sinavir
parent 2824a2e849
commit ed21333ca0
No known key found for this signature in database

View file

@ -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