How to use patches
in a channel flake input in develop?
#349
Unanswered
andrevmatos
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yeah to use patches we have to add the option to the channel submodule. We're sort of holding out for NixOS/nix#3920 as that would be the optimal solution. But I would be ok to review a PR to add the option to digga(can't say the same for others) as a temporary solution. Its just not something I plan to do myself, since I don't have much need for patches. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using current
develop
branch, and I'm trying to apply some patches from upstream's open PRs to my currentnixos
system. Trying to addpatches
array directly tochannels.nixos
inflake.nix
gives me the following error:So it seems despite fup accepting the
patches
input, some module type declaration doesn't like it. How can I use fup's channelpatches
functionality on current devos?It'd be interesting to have some documentation on it, specially if there's a way to automatically fetch these patches remotely directly on
flake.nix
body orflake = false
inputs.Beta Was this translation helpful? Give feedback.
All reactions