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