| 9 Mar 2025 |
emily | I do somewhat regret giving you pointers to fundamental technical issues though since it seems like you're mostly just alluding to personal attacks rather than engaging? :/ | 15:56:49 |
WeetHet |  Download Screenshot 2025-03-09 at 17.57.03.png | 15:57:08 |
WeetHet | Oh, it's because desktop Element insists on calling this room some weird names | 15:57:30 |
emily | you came out swinging into the void, multiple people have replied to you and politely engaged in good faith, but you haven't turned down the temperature at all or really responded to almost any of it… | 15:57:43 |
emily | so the accusation of "the other side" as having bad faith feels ironic :( | 15:58:22 |
| Picnoir joined the room. | 17:15:49 |
| 10 Mar 2025 |
| amikke joined the room. | 14:20:00 |
| Gaël joined the room. | 22:07:49 |
| Charles left the room. | 22:29:24 |
| 11 Mar 2025 |
| blackglasses changed their profile picture. | 07:58:35 |
| @3wy-kra:matrix.uni-hannover.de joined the room. | 16:56:20 |
| Adam Neverwas removed their display name adam_neverwas. | 23:24:15 |
| 12 Mar 2025 |
Adam Neverwas | How do i accept the Android SDK licence from a flake? | 14:26:55 |
| Adam Neverwas set their display name to Adam Neverwas. | 14:27:35 |
Adam Neverwas | I was trying with everything. I haven't always done this, but I've been standing on it for two days | 14:29:44 |
elikoga | From nixpkgs: by setting nixpkgs config option 'android_sdk.accept_license = true;'.
So pkgs = import nixpkgs { system = mySystem; config = {android_sdk.accept_license = true;};};
Or if you're configuring a nixos system, see the nixpkgs.config option.
I am wondering: How is this related to flakes? | 14:30:25 |
Adam Neverwas | No? I dont even know where I am. If is this a nix/os development cooperation platform, or some kind of support channel.
Maybe i thougth, because its in a flake.nix file, and the room's name contains flakes. | 14:33:29 |
elikoga | See https://github.com/search?q=android_sdk.accept_license+path%3A*.nix&type=code
For examples of usage. Note: It doesn't have to be in the flake.nix
But if you are using flake tooling, then that file is your entry point to evaluation
Others advised that #users:nixos.org could be more closer related to queries like this | 14:34:49 |
Adam Neverwas | ooo thanks. its good | 14:45:27 |
Adam Neverwas | i still have problems, but i could give in the allowunfree too. | 14:45:53 |
Adam Neverwas | this git search trick is also nice to have | 14:46:07 |
Adam Neverwas | at least im on track | 14:46:24 |
| vidariondr joined the room. | 21:07:12 |
| 13 Mar 2025 |
| EVA-01 changed their display name from Li-ion to EVA. | 00:33:23 |
| EVA-01 changed their display name from EVA to EVA-01. | 00:35:08 |
Adam Neverwas | nix flake update
error: path '/nix/store/0ccnxa25whszw7mgbgyzdm4nqc0zwnm8-source/flake.nix' does not exist
What do i do in this case? | 19:18:09 |
Adam Neverwas | I repaired somehow, but i forgot how... | 19:18:31 |
Adam Neverwas | i have the nix file in the root of the project | 19:19:14 |
elikoga | git add . and try again? | 19:20:00 |
Adam Neverwas | :O | 19:20:29 |