add /bin/conduit to OCI image contents

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
morguldir 2024-11-30 14:18:46 -05:00 committed by strawberry
parent 091d0029be
commit 99ab7d4446
No known key found for this signature in database

View file

@ -14,6 +14,7 @@ dockerTools.buildLayeredImage {
created = "@${toString inputs.self.lastModified}";
contents = [
dockerTools.caCertificates
main
];
config = {
Entrypoint = if !stdenv.hostPlatform.isDarwin