From 8707e2b346a0891db74d8eb870d7338db0c17750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 28 Dec 2024 10:29:25 +0100 Subject: [PATCH] add boot_tracing_embedded --- default.nix | 3 +++ spec.json | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index ae1f463..ab6c4f0 100644 --- a/default.nix +++ b/default.nix @@ -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" ] diff --git a/spec.json b/spec.json index e49d722..25f4b9c 100644 --- a/spec.json +++ b/spec.json @@ -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 } } -} +} \ No newline at end of file