On 20 Nov 2023, at 0:20, Kent Overstreet wrote:
> On Sun, Nov 19, 2023 at 10:13:14PM +0100, Finn Behrens wrote:
>> Add a fuseSupport argument and bcachefs-fuse as flake output with fuse
>> enabled.
>>
>> Signed-off-by: Finn Behrens <[email protected]>
>
> We can't do this just yet, not until the fuse support is getting more
> attention; it's been frequently failing to build lately.
This just adds a second output, the default is still building without fuse, but
with this you can easily let nix build with fuse support.
As there is no sort of nix CI as far as I’m aware, this should also not block
anything.
Second option would be to mark with fuse as broken, but keep this. Then you
have to opt into potentially broken packages when using the
fuse support via a environment variable while calling nix.
>
> There have been people getting interested in that code though, so -
> soon, perhaps?