diff --git a/flake.nix b/flake.nix index e80d2c28..010181fb 100644 --- a/flake.nix +++ b/flake.nix @@ -100,7 +100,7 @@ in { packages = { - default = scopeHost.main; + default = scopeHostStatic.main; hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; }; oci-image = scopeHost.oci-image;