This commit is contained in:
parent
428cdfbf1f
commit
ac69afd054
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
extra-math,
|
extra-math-prs,
|
||||||
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
|
extra-math-prs
|
||||||
rand-testsuite-prs
|
rand-testsuite-prs
|
||||||
rust-template-prs
|
rust-template-prs
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue