cm0002@programming.dev to Linux@programming.dev · 7 days agoWhy I'm Leaving NixOS After a Year? (Uğur Erdem Seyfi)www.rugu.devexternal-linkmessage-square32linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkWhy I'm Leaving NixOS After a Year? (Uğur Erdem Seyfi)www.rugu.devcm0002@programming.dev to Linux@programming.dev · 7 days agomessage-square32linkfedilink
minus-squarearcterus@piefed.blahaj.zonelinkfedilinkEnglisharrow-up0·7 days agoYou’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-up0·7 days agoWould you mind opening a PR to fix that typo? Would be useful for others as well!
minus-squarearcterus@piefed.blahaj.zonelinkfedilinkEnglisharrow-up0·7 days agoI’m planning to, I’m waiting for the kernel to finish building rn lol
minus-squareruffsl@programming.devlinkfedilinkEnglisharrow-up0·6 days agoThank you for your work! I would not have liked encountering this bug in the wild.
minus-squareikidd@lemmy.worldlinkfedilinkEnglisharrow-up0·6 days ago K900 Commented 5 hours ago Ooof. lol
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
Thank you for your work!
I would not have liked encountering this bug in the wild.
lol
Haha, perfect 😄
I see, thanks