| 26 Mar 2024 |
| @admin:nixos.org joined the room. | 20:10:26 |
| @admin:nixos.org set the room name to "Robotnix". | 20:10:36 |
| Room Avatar Renderer. | 20:10:37 |
| hexa left the room. | 20:10:56 |
eyJhb | Well well well, that's one way of showing no interest in Robotnix! /s ( hexa ) :D | 20:11:53 |
eyJhb | In reply to @atemu12:matrix.org The prebuilt version would be hopelessly out of date anyways Doesn't it follow lineageos?? | 20:12:39 |
eyJhb | In reply to @atemu12:matrix.org The prebuilt version would be hopelessly out of date anyways * Doesn't it follow lineageos? | 20:12:41 |
eyJhb | I wonder why it isn't in the folder anymore | 20:15:31 |
eyJhb | Ah, new issue | 20:44:56 |
eyJhb | fetchLFS should be enabled for external it seems. Otherwise prebuilt will not work | 20:45:09 |
samueldr | In reply to @eyjhb:eyjhb.dk Well well well, that's one way of showing no interest in Robotnix! /s ( hexa ) :D I asked in the matrix suggestions room to fix the state :) | 20:49:30 |
eyJhb | Yeah I saw it, just poking fun at it :) | 20:49:48 |
eyJhb | Getting infinite recursion when I set fetchLFS = true. Well that seems fun | 20:51:23 |
eyJhb | But it seems like in flavors/lineageos/default.nix , this should be set instead
webview.prebuilt.apk = if config.androidVersion >= 11 then
config.source.dirs."external/chromium-webview/prebuilt/${config.arch}".src + "/webview.apk"
else
config.source.dirs."external/chromium-webview".src + "/prebuilt/${config.arch}/webview.apk";
| 20:53:34 |