nix: default output to scopeHostStatic instead of scopeHost
defaults to static builds instead of dynamically linked builds Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
29fe960efa
commit
a37b2b9e64
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages = {
|
packages = {
|
||||||
default = scopeHost.main;
|
default = scopeHostStatic.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