Revert "nix: default output to scopeHostStatic instead of scopeHost"

This reverts commit a37b2b9e64.

Dynamic builds are working again, so we'd prefer having that be the
default output for consistency with nixpkgs.
This commit is contained in:
Benjamin Lee 2024-05-26 14:52:55 -07:00 committed by June 🍓🦴
parent b4cd8e9140
commit 8a1848a814

View file

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