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:
parent
b4cd8e9140
commit
8a1848a814
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
in
|
||||
{
|
||||
packages = {
|
||||
default = scopeHostStatic.main;
|
||||
default = scopeHost.main;
|
||||
hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; };
|
||||
|
||||
oci-image = scopeHost.oci-image;
|
||||
|
|
Loading…
Add table
Reference in a new issue