fix typo
All checks were successful
Hydra jobsets Hydra build #25761 of procyos:.jobsets:jobsets

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-06 20:35:24 +02:00
parent 428cdfbf1f
commit ac69afd054

View file

@ -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
]); ]);