add boot_loader_uefi
All checks were successful
Hydra jobsets Hydra build #33364 of procyos:.jobsets:jobsets
All checks were successful
Hydra jobsets Hydra build #33364 of procyos:.jobsets:jobsets
This commit is contained in:
parent
f82a3ef77e
commit
92f657bdb9
2 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
);
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue