Skip to content

Commit

Permalink
Revert "nix: default output to scopeHostStatic instead of scopeHost"
Browse files Browse the repository at this point in the history
This reverts commit a37b2b9.

Dynamic builds are working again, so we'd prefer having that be the
default output for consistency with nixpkgs.
  • Loading branch information
Benjamin Lee authored and girlbossceo committed May 27, 2024
1 parent b4cd8e9 commit 8a1848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
in
{
packages = {
default = scopeHostStatic.main;
default = scopeHost.main;
hmalloc = scopeHost.main.override { features = ["hardened_malloc"]; };

oci-image = scopeHost.oci-image;
Expand Down

0 comments on commit 8a1848a

Please sign in to comment.