add boot_loader_uefi
All checks were successful
Hydra jobsets Hydra build #33364 of procyos:.jobsets:jobsets

This commit is contained in:
Charlotte 🦝 Delenk 2024-12-26 17:48:17 +01:00
parent f82a3ef77e
commit 92f657bdb9
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
nixpkgs,
boot-loader-uefi-prs,
rust-template-prs,
}:
let
@ -8,6 +9,7 @@ let
with pkgs.lib;
concatLists (
map (f: attrValues (builtins.fromJSON (builtins.readFile f))) [
boot-loader-uefi-prs
rust-template-prs
]
);
@ -102,6 +104,7 @@ let
};
})
[
"boot_loader_uefi"
"rust-template"
]
);

View file

@ -35,6 +35,11 @@
"value": "ci",
"emailresponsible": false
},
"boot-loader-uefi-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS boot_loader_uefi",
"emailresponsible": false
},
"rust-template-prs": {
"type": "giteapulls",
"value": "git.chir.rs ProcyOS rust-template",