This commit is contained in:
parent
428cdfbf1f
commit
ac69afd054
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
nixpkgs,
|
||||
extra-math,
|
||||
extra-math-prs,
|
||||
rand-testsuite-prs,
|
||||
rust-template-prs,
|
||||
}: let
|
||||
pkgs = import nixpkgs {};
|
||||
prs = with pkgs.lib;
|
||||
concatLists (map (f: attrValues (builtins.fromJSON (builtins.readFile f))) [
|
||||
extra-math
|
||||
extra-math-prs
|
||||
rand-testsuite-prs
|
||||
rust-template-prs
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue