22 Jul 2022 |
matthewcroughan - nix.how | I need to disable 5ghz on this device | 19:35:23 |
matthewcroughan - nix.how | I could revert this commit, but is there a way I can just override the buildPhase? | 19:35:41 |
Kranzes | I think that's something resources can do no? | 19:51:45 |
Kranzes | maybe just fetchpatch { revert = true; }; it | 19:52:46 |
26 Jul 2022 |
hexa | quite recently people were talking about another interesting flavor in this room, but I can't seem to find it | 16:32:53 |
hexa | I remember it was somewhat minimal & hardened | 16:33:08 |
hexa | it was ProtonAOSP | 16:41:38 |
ash (it/its) 🏳️⚧️ | its intent isn't to be hardened, but it does have a few things | 17:00:26 |
hexa | yeah, I was misremebering that | 17:02:01 |
29 Jul 2022 |
Yuka (she/her) | pushed grapheneos 2022072700 | 18:49:56 |
Yuka (she/her) | and vanadium 103.0.5060.129 | 18:50:07 |
31 Jul 2022 |
hexa | the pixel 6a fingerprint sensor is hot garbage | 16:22:53 |
hexa | a serious downgrade from the snappyness experienced on the 3a | 16:23:10 |
hexa | * also a serious downgrade from the snappyness experienced on the 3a | 16:27:19 |
1 Aug 2022 |
| @better_sleeping:converser.eu joined the room. | 09:06:05 |
| @better_sleeping:converser.eu left the room. | 09:06:28 |
jack | In reply to @yuka:yuka.dev pushed grapheneos 2022072700 flame builds. redfin does not:
building '/nix/store/knwxfa7d9sbw3g5sk5j02cd4wcm6am5c-ota-tools.drv'...
unpacking sources
unpacking source archive /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip
unzip: cannot find or open /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip, /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip.zip or /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip.ZIP.
| 23:36:19 |
Yuka (she/her) | It will take some time until I can have a look at it, but thanks for reporting | 23:48:40 |
2 Aug 2022 |
jack | I'll look at it too, I just wanted to report it.
It might have been a known problem or me doing something dumb (which is fairly often)... | 00:16:17 |
3 Aug 2022 |
| sss joined the room. | 23:49:12 |
6 Aug 2022 |
Yuka (she/her) | which device family is bluejay? | 08:41:56 |
Yuka (she/her) |  Download Screenshot_20220806-235714.png | 21:57:41 |
Yuka (she/her) | I don't have a device to test with 🤔 | 21:57:47 |
7 Aug 2022 |
Yuka (she/her) | Pushed updates
Might or might not work on the Pixel 6a 🤷 | 06:29:51 |
Yuka (she/her) | In reply to @jack:mudshark.org
flame builds. redfin does not:
building '/nix/store/knwxfa7d9sbw3g5sk5j02cd4wcm6am5c-ota-tools.drv'...
unpacking sources
unpacking source archive /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip
unzip: cannot find or open /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip, /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip.zip or /nix/store/1spfkgz60qqbzs8f65bfh5q5ii9d6gwq-robotnix-redfin-2022072700/otatools.zip.ZIP.
I can build an ota for redfin in the latest version, so please try again | 06:35:23 |
jack | Just srarted. | 06:36:22 |
jack | * Just started. | 06:39:37 |
Yuka (she/her) | Also trying to fix the CI tests, Nix error messages are not particularly helpful 😬
{
"attr": "cached",
"attrPath": [
"cached"
],
"error": "error: value is a set while a Boolean was expected"
}
{
"attr": "imgs",
"attrPath": [
"imgs"
],
"error": "error: value is a set while a Boolean was expected"
}
{
"attr": "vanilla-arm64",
"attrPath": [
"vanilla-arm64"
],
"error": "error: value is a set while a Boolean was expected"
}
| 07:27:42 |
Yuka (she/her) | * Also trying to fix the CI tests, Nix error messages are not particularly helpful 😬
{
"attr": "cached",
"attrPath": [
"cached"
],
"error": "error: value is a set while a Boolean was expected"
}
{
"attr": "imgs",
"attrPath": [
"imgs"
],
"error": "error: value is a set while a Boolean was expected"
}
{
"attr": "vanilla-arm64",
"attrPath": [
"vanilla-arm64"
],
"error": "error: value is a set while a Boolean was expected"
}
| 07:27:45 |
Yuka (she/her) | * Also trying to fix the CI tests, Nix error messages are not particularly helpful 😬
[yuka@yaya:~/robotnix]$ nix-instantiate release-filtered.nix -A cached --show-trace
error: value is a set while a Boolean was expected
[yuka@yaya:~/robotnix]$
| 07:27:57 |