mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 09:48:49 -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
b4cd8e9140
commit
8a1848a814
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages = {
|
packages = {
|
||||||
default = scopeHostStatic.main;
|
default = scopeHost.main;
|
||||||
hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; };
|
hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; };
|
||||||
|
|
||||||
oci-image = scopeHost.oci-image;
|
oci-image = scopeHost.oci-image;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue