mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
18 lines
250 B
CUE
18 lines
250 B
CUE
#V1: {
|
|
init: string
|
|
initrd?: string
|
|
initrdSecrets?: string
|
|
kernel: string
|
|
kernelParams: [...string]
|
|
label: string
|
|
toplevel: string
|
|
specialisation?: {
|
|
[=~"^"]: #V1
|
|
}
|
|
extensions?: {...}
|
|
}
|
|
|
|
Document: {
|
|
v1: #V1
|
|
}
|