cm0002@programming.dev to Linux@programming.dev · 6 天前Why I'm Leaving NixOS After a Year? (Uğur Erdem Seyfi)www.rugu.devexternal-linkmessage-square33fedilinkarrow-up176arrow-down19
arrow-up167arrow-down1external-linkWhy I'm Leaving NixOS After a Year? (Uğur Erdem Seyfi)www.rugu.devcm0002@programming.dev to Linux@programming.dev · 6 天前message-square33fedilink
minus-squarearcterus@piefed.blahaj.zonelinkfedilinkEnglisharrow-up7·6 天前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.
minus-squaresmiletolerantly@awful.systemslinkfedilinkarrow-up4·6 天前Would you mind opening a PR to fix that typo? Would be useful for others as well!
minus-squarearcterus@piefed.blahaj.zonelinkfedilinkEnglisharrow-up10·edit-26 天前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).
minus-squareruffsl@programming.devlinkfedilinkEnglisharrow-up2·6 天前Thank you for your work! I would not have liked encountering this bug in the wild.
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.Would you mind opening a PR to fix that typo? Would be useful for others as well!
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).
lol
Thank you for your work!
I would not have liked encountering this bug in the wild.
Haha, perfect 😄
I see, thanks