this post was submitted on 04 Aug 2025
67 points (89.4% liked)

Linux

14062 readers
201 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Laser@feddit.org 3 points 10 months ago (1 children)

For instance, I recently discovered the structuredExtraConfig option for patching the kernel straight up does not work. This means you cannot unset any kernel options

From reading, I thought this option was for adding options, not removing them. Sure, you might be able to set options to "no", but I don't think this will override the defaults...

[–] arcterus@piefed.blahaj.zone 7 points 10 months ago (2 children)

You're supposed to be able to use lib.kernel.unset to unset them. In any case, that's just one problem. The main issue is the entire option is ignored because of a typo in nixpkgs.

[–] smiletolerantly@awful.systems 4 points 10 months ago (1 children)

Would you mind opening a PR to fix that typo? Would be useful for others as well!

[–] arcterus@piefed.blahaj.zone 10 points 10 months ago* (last edited 10 months ago) (3 children)

I'm planning to, I'm waiting for the kernel to finish building rn lol

EDIT: PR got merged BTW (https://github.com/NixOS/nixpkgs/pull/431115).

[–] ikidd@lemmy.world 3 points 10 months ago

K900 Commented 5 hours ago

Ooof.

lol

[–] smiletolerantly@awful.systems 2 points 10 months ago

Haha, perfect 😄

[–] ruffsl@programming.dev 2 points 10 months ago

Thank you for your work!
I would not have liked encountering this bug in the wild.

[–] Laser@feddit.org 2 points 10 months ago