diff --git a/flake.nix b/flake.nix index 982819f5a..a9399cd8b 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;