add boot_tracing_embedded
All checks were successful
Hydra jobsets Hydra build #33453 of procyos:.jobsets:jobsets
All checks were successful
Hydra jobsets Hydra build #33453 of procyos:.jobsets:jobsets
This commit is contained in:
parent
a0a64878f9
commit
8707e2b346
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
nixpkgs,
|
||||
boot-loader-uefi-prs,
|
||||
boot-tracing-embedded-prs,
|
||||
boot-uefi-embedded-io-prs,
|
||||
rust-template-prs,
|
||||
}:
|
||||
|
@ -11,6 +12,7 @@ let
|
|||
concatLists (
|
||||
map (f: attrValues (builtins.fromJSON (builtins.readFile f))) [
|
||||
boot-loader-uefi-prs
|
||||
boot-tracing-embedded-prs
|
||||
boot-uefi-embedded-io-prs
|
||||
rust-template-prs
|
||||
]
|
||||
|
@ -107,6 +109,7 @@ let
|
|||
})
|
||||
[
|
||||
"boot_loader_uefi"
|
||||
"boot_tracing_embedded"
|
||||
"boot_uefi_embedded_io"
|
||||
"rust-template"
|
||||
]
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
"value": "git.chir.rs ProcyOS boot_loader_uefi",
|
||||
"emailresponsible": false
|
||||
},
|
||||
"boot-tracing-embedded-prs": {
|
||||
"type": "giteapulls",
|
||||
"value": "git.chir.rs ProcyOS boot_tracing_embedded",
|
||||
"emailresponsible": false
|
||||
},
|
||||
"boot-uefi-embedded-io-prs": {
|
||||
"type": "giteapulls",
|
||||
"value": "git.chir.rs ProcyOS boot_uefi_embedded_io",
|
||||
|
@ -51,4 +56,4 @@
|
|||
"emailresponsible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue