cm0002@programming.dev to Linux@programming.dev · 1 year agoWhy I'm Leaving NixOS After a Year? (Uğur Erdem Seyfi)www.rugu.devexternal-linkmessage-square34linkfedilinkarrow-up173arrow-down10cross-posted to: nix@programming.devhackernews@lemmy.bestiver.se
arrow-up173arrow-down1external-linkWhy I'm Leaving NixOS After a Year? (Uğur Erdem Seyfi)www.rugu.devcm0002@programming.dev to Linux@programming.dev · 1 year agomessage-square34linkfedilinkcross-posted to: nix@programming.devhackernews@lemmy.bestiver.se
minus-squarearcterus@piefed.blahaj.zonelinkfedilinkEnglisharrow-up6·1 year 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-squaresmiletolerantlylinkfedilinkarrow-up4·1 year agoWould you mind opening a PR to fix that typo? Would be useful for others as well!
minus-squarearcterus@piefed.blahaj.zonelinkfedilinkEnglisharrow-up9·edit-21 year agoI’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-squareikidd@lemmy.worldBannedlinkfedilinkEnglisharrow-up3·1 year ago K900 Commented 5 hours ago Ooof. lol
minus-squareruffsl@programming.devlinkfedilinkEnglisharrow-up2·1 year agoThank 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.unsetto 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
Haha, perfect 😄
Thank you for your work!
I would not have liked encountering this bug in the wild.
I see, thanks