From ac69afd054be2bfa332ff693a2f2deb5bdc60f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 6 Sep 2024 20:35:24 +0200 Subject: [PATCH] fix typo --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 0a77c67..bb6fe60 100644 --- a/default.nix +++ b/default.nix @@ -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 ]);