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