test: add rtl & cl-rest

This commit is contained in:
nixbitcoin
2021-11-09 14:13:49 +00:00
parent f569227410
commit 41c4dd041e
4 changed files with 27 additions and 4 deletions
+2
View File
@@ -5,6 +5,8 @@ let
pkgsUnstable = with nbPkgs; [
# Disabled because joinmarket dependencies currently don't build on on unstable.
# joinmarket
rtl
cl-rest
];
in
pkgs.writeText "pkgs-unstable" (pkgs.lib.concatMapStringsSep "\n" toString pkgsUnstable)