make sure we only expose liblogosdelivery in nix

This commit is contained in:
Ivan FB 2026-04-08 00:27:29 +02:00
parent f245d869b9
commit bc6fba8472
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -50,8 +50,7 @@
};
in rec {
liblogosdelivery = mkPkg zerokit.packages.${system}.rln;
libwaku = mkPkg zerokit.packages.${system}.rln;
default = liblogosdelivery;
default = liblogosdelivery;
}
);