This repository was archived by the owner on Mar 23, 2025. It is now read-only.
How to override parts of the kernel package? #83
Unanswered
jwillikers
asked this question in
Q&A
Replies: 1 comment
-
Ah, you will be prevented from doing so by this heavy-handed way of pinning the inputs: raspberry-pi-nix/rpi/default.nix Lines 293 to 312 in f872d77 So, if you disable the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
raspberry-pi-nix
as part of a flake and would like to override the kernel to apply the realtime kernel patches and enablePREEMPT_RT
-related config options. I've tried a bunch of different ways of applying overlays to accomplish this, but nothing seems to be working. Here's a snippet of an overlay applied tonixpkgs
.Beta Was this translation helpful? Give feedback.
All reactions