nix: use all-features for complement OCI images

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-24 19:07:25 -04:00
parent 39c0f4ea3d
commit 39f19c483a

View file

@ -15,7 +15,14 @@
let
main' = main.override {
profile = "dev";
features = ["axum_dual_protocol"];
all_features = true;
disable_release_max_log_level = true;
disable_features = [
# this is non-functional on nix for some reason
"hardened_malloc"
# dont include experimental features
"experimental"
];
};
start = writeShellScriptBin "start" ''