Go to file
Dustin 0bcbcbd199 base/schema: Fix instructions schema
Without the `...` prefix, CUE interprets a type enclosed in square
brackets as a list of exactly one of that type.  The ellipsis changes it
to mean a list of any number of that type.
2024-01-17 17:35:21 -06:00
app Restructure CUE packages 2024-01-17 17:35:18 -06:00
base/schema/instructions base/schema: Fix instructions schema 2024-01-17 17:35:21 -06:00
cue.mod Switch from KCL to CUE 2024-01-15 11:40:58 -06:00
env Restructure CUE packages 2024-01-17 17:35:18 -06:00
host nut: Configure collectd NUT plugin 2024-01-17 07:18:37 -06:00
instructions Restructure CUE packages 2024-01-17 17:35:18 -06:00
templates nut: Configure collectd NUT plugin 2024-01-17 07:18:37 -06:00
.editorconfig Switch from KCL to CUE 2024-01-15 11:40:58 -06:00
.gitignore Initial commit 2024-01-14 19:24:55 -06:00
config.sh Remove Containerfile 2024-01-17 17:35:21 -06:00