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
parent 76c81d7209
commit 1936d84f50
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

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;