add boot_tracing_embedded
All checks were successful
Hydra jobsets Hydra build #33453 of procyos:.jobsets:jobsets

This commit is contained in:
Charlotte 🦝 Delenk 2024-12-28 10:29:25 +01:00
parent a0a64878f9
commit 8707e2b346
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ {
nixpkgs, nixpkgs,
boot-loader-uefi-prs, boot-loader-uefi-prs,
boot-tracing-embedded-prs,
boot-uefi-embedded-io-prs, boot-uefi-embedded-io-prs,
rust-template-prs, rust-template-prs,
}: }:
@ -11,6 +12,7 @@ let
concatLists ( concatLists (
map (f: attrValues (builtins.fromJSON (builtins.readFile f))) [ map (f: attrValues (builtins.fromJSON (builtins.readFile f))) [
boot-loader-uefi-prs boot-loader-uefi-prs
boot-tracing-embedded-prs
boot-uefi-embedded-io-prs boot-uefi-embedded-io-prs
rust-template-prs rust-template-prs
] ]
@ -107,6 +109,7 @@ let
}) })
[ [
"boot_loader_uefi" "boot_loader_uefi"
"boot_tracing_embedded"
"boot_uefi_embedded_io" "boot_uefi_embedded_io"
"rust-template" "rust-template"
] ]

View file

@ -40,6 +40,11 @@
"value": "git.chir.rs ProcyOS boot_loader_uefi", "value": "git.chir.rs ProcyOS boot_loader_uefi",
"emailresponsible": false "emailresponsible": false
}, },
"boot-tracing-embedded-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS boot_tracing_embedded",
"emailresponsible": false
},
"boot-uefi-embedded-io-prs": { "boot-uefi-embedded-io-prs": {
"type": "giteapulls", "type": "giteapulls",
"value": "git.chir.rs ProcyOS boot_uefi_embedded_io", "value": "git.chir.rs ProcyOS boot_uefi_embedded_io",
@ -51,4 +56,4 @@
"emailresponsible": false "emailresponsible": false
} }
} }
} }