mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-07 11:34:39 -05:00
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
76c81d7209
commit
1936d84f50
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
Add a link
Reference in a new issue