blink: disable auto-update of binaries

This commit is contained in:
Ching Pei Yang 2025-01-09 08:43:53 +01:00
parent e12255f379
commit caf3d2f3cd
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -83,6 +83,14 @@ in {
```
'';
};
fuzzy = {
prebuilt_binaries = {
download = mkBool false ''
Auto-downloads prebuilt binaries. Do not enable, it doesn't work on nix
'';
};
};
};
mappings = {