mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-21 10:58:01 +00:00
blink: disable auto-update of binaries
This commit is contained in:
parent
e12255f379
commit
caf3d2f3cd
1 changed files with 8 additions and 0 deletions
|
@ -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 = {
|
mappings = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue