add extra-math
This commit is contained in:
parent
bcad87b56a
commit
428cdfbf1f
2 changed files with 9 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
extra-math,
|
||||||
rand-testsuite-prs,
|
rand-testsuite-prs,
|
||||||
rust-template-prs,
|
rust-template-prs,
|
||||||
}: let
|
}: let
|
||||||
pkgs = import nixpkgs {};
|
pkgs = import nixpkgs {};
|
||||||
prs = with pkgs.lib;
|
prs = with pkgs.lib;
|
||||||
concatLists (map (f: attrValues (builtins.fromJSON (builtins.readFile f))) [
|
concatLists (map (f: attrValues (builtins.fromJSON (builtins.readFile f))) [
|
||||||
|
extra-math
|
||||||
rand-testsuite-prs
|
rand-testsuite-prs
|
||||||
rust-template-prs
|
rust-template-prs
|
||||||
]);
|
]);
|
||||||
|
@ -96,6 +98,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}) [
|
}) [
|
||||||
|
"extra_math"
|
||||||
"rand_testsuite"
|
"rand_testsuite"
|
||||||
"rust-template"
|
"rust-template"
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -35,6 +35,11 @@
|
||||||
"value": "ci",
|
"value": "ci",
|
||||||
"emailresponsible": false
|
"emailresponsible": false
|
||||||
},
|
},
|
||||||
|
"extra-math-prs": {
|
||||||
|
"type": "giteapulls",
|
||||||
|
"value": "git.chir.rs ProcyOS extra_math",
|
||||||
|
"emailresponsible": false
|
||||||
|
},
|
||||||
"rand-testsuite-prs": {
|
"rand-testsuite-prs": {
|
||||||
"type": "giteapulls",
|
"type": "giteapulls",
|
||||||
"value": "git.chir.rs ProcyOS rand_testsuite",
|
"value": "git.chir.rs ProcyOS rand_testsuite",
|
||||||
|
@ -46,4 +51,4 @@
|
||||||
"emailresponsible": false
|
"emailresponsible": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue