nix: default output to scopeHostStatic instead of scopeHost

defaults to static builds instead of dynamically linked builds

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-24 15:54:29 -04:00 committed by June 🍓🦴
parent 29fe960efa
commit a37b2b9e64

View file

@ -100,7 +100,7 @@
in
{
packages = {
default = scopeHost.main;
default = scopeHostStatic.main;
hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; };
oci-image = scopeHost.oci-image;