10 Nov 2024 |
| lunar-starlight joined the room. | 14:16:55 |
lunar-starlight | I have a question, the wiki page is somehow working out what country I'm from, and it's "helpfully" translating all of the non-user generated content. Both Firefox and Linux locale are set to English, so it's not getting it from there. The main page (lix.systems) gets the language "right" (as in, English). Any way to turn this off? Preferably server-side, since it's both weird for a page to tell me it knows where I live and impose a language preference on me, and also it's too low quality to be of use. (I would be happy to provide better translations if you want them though) | 15:50:46 |
aidalgol | Are you logged in to the wiki, and if so, is your preferred language in your user settings there set to English? | 18:21:13 |
lunar-starlight | I am not logged in | 18:21:42 |
lunar-starlight | If I log in it's in English (and the preferred language setting is English) | 18:22:52 |
underscore_pear | heya. has anybody experienced their refresh rate breaking on nixos with lix? i'm using a framework 16 and i did a routine change to my config and after rebuilding my screen only refreshes when i move the mouse :( any ideas? | 19:52:33 |
K900 | AMD model? | 19:56:43 |
K900 | It's probably that one PSR bug | 19:57:01 |
K900 | https://gitlab.freedesktop.org/drm/amd/-/issues/3647 | 19:57:17 |
underscore_pear | In reply to @k900:0upti.me AMD model? yep. thanks much, was having trouble finding something. i just did (yet another) restart and tried changing the refresh rate which seems to be holding for the moment. | 19:57:59 |
11 Nov 2024 |
Acid Bong | is it possible to just download the patch from Gerrit? the only options I see are to download the whole source or to have a git clone | 07:14:36 |
K900 | It's a bit complicated | 07:15:31 |
Acid Bong | the patch is just a single word, but building from my local clone (where I can write that edit manually) would take almost 500MB of deps, and using the package from nixpkgs only downloads 50MB
and my internet is heavily limited rn (they turned off the electricity) | 07:22:23 |
K900 | You still need those deps to build it | 07:25:46 |
K900 | I'm assuming | 07:25:51 |
Acid Bong | i mean, i'm trying to build from 2.91.1 tag, which is half a year old, that's why it's downloading so much
(I only want to test that one patch and don't wanna introduce anything from prerelease) | 07:28:00 |
Acid Bong | and my battery is low, and I can't charge it 😩 | 07:28:43 |
K900 | You could just apply the change locally, if you do have a local checkout, and then override the nixpkgs package to point src at your patched one | 07:29:18 |
aloisw | In reply to @acidbong:envs.net is it possible to just download the patch from Gerrit? the only options I see are to download the whole source or to have a git clone Gerrit offers patch downloads, but it's a bit hidden: you can click on the three dots in the top-right corner, "download patch" and then "….diff.base64" to download a base64-encoded patch. | 08:24:32 |
Acid Bong | oh, that's also a patch? how do i decode it then? | 08:25:31 |
aloisw | The same thing in one command would be curl https://gerrit.lix.systems/changes/lix~$i/revisions/current/patch | base64 -d where you have to set i to the number of the change you want to get. | 08:25:50 |
aloisw | In reply to @acidbong:envs.net oh, that's also a patch? how do i decode it then? base64 -d | 08:25:57 |
Acid Bong | got it, cheers | 08:26:05 |
KFears (annoying) | Gerrit seems to have some issues :/
fatal: Unpack error, check server log
error: remote unpack failed: error Missing tree 497d9883f549cd1a2242e6929623941702a783fe
| 15:11:59 |
KFears (annoying) | raitobezarius: | 15:12:23 |
KFears (annoying) | * CC raitobezarius | 15:12:37 |
| axx joined the room. | 15:47:38 |
axx | hi everyone! i'm a NixOS enthusiast, nix fearer and overall ongoing beginner | 16:12:42 |
axx | i like the idea of a opinionatedly community-oriented Nix, so here i am :) | 16:13:03 |
Sam Lehman | Does setting the NixOS option nix.package = pkgs.lix result in nixos-rebuild using pkgs.lix ? Not sure how nix.package propagates to utils built around the nix CLI.
| 16:15:32 |