add cacerts to dockerImages

This commit is contained in:
DSeeLP 2025-04-17 18:03:26 +02:00
parent b8868728eb
commit b18a6cbb97

View File

@ -7,7 +7,6 @@
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -131,6 +130,7 @@
contents = [
bankserver
pkgs.catatonit
pkgs.cacert
];
config = {
Env = [ "HOST=::" ];