From 8a1848a814c1fb7ac1913d0bde00ebeed7551964 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Sun, 26 May 2024 14:52:55 -0700 Subject: [PATCH] Revert "nix: default output to scopeHostStatic instead of scopeHost" This reverts commit a37b2b9e645ffe9b898a76af21ab86cad080d8e1. Dynamic builds are working again, so we'd prefer having that be the default output for consistency with nixpkgs. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 982819f5..a9399cd8 100644 --- a/flake.nix +++ b/flake.nix @@ -119,7 +119,7 @@ in { packages = { - default = scopeHostStatic.main; + default = scopeHost.main; hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; }; oci-image = scopeHost.oci-image;