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.
This commit is contained in:
Jonas Nick 2020-12-07 12:27:30 +00:00
parent 8e268c5ced
commit 4318d0972d
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 0 additions and 2 deletions

View File

@ -6,9 +6,7 @@ let
elementsd
hwi
joinmarket
lightning-charge
lightning-loop
nanopos
];
in
pkgs.writeText "ci-pkgs" (pkgs.lib.concatMapStringsSep "\n" toString ciPkgs)