diff --git a/flake.nix b/flake.nix index 2199c7625..eecf7ac02 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ { # that way we can build `bin` specifically, # but it's also the default. - inherit bin; + inherit bin binLiquid; default = bin; };