From 4318d0972de8d97767fabaf449f119c51c6549d3 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Mon, 7 Dec 2020 12:27:30 +0000 Subject: [PATCH] Remove lightning-charge and nanopos from the unstable_pkgs CI test They don't build with the nixpkgs-unstable update in the next commit and they're deprecated anyway. --- ci/build.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build.nix b/ci/build.nix index 0d49619..16cb6a2 100644 --- a/ci/build.nix +++ b/ci/build.nix @@ -6,9 +6,7 @@ let elementsd hwi joinmarket - lightning-charge lightning-loop - nanopos ]; in pkgs.writeText "ci-pkgs" (pkgs.lib.concatMapStringsSep "\n" toString ciPkgs)