-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
radicle: init #5409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
radicle: init #5409
Conversation
Thanks a lot @lorenzleutgeb for the nixpkgs PR and this draft!
so I'll have to update to the upcoming |
Hey! Thanks for your help. If you like, you can also try the Flake at https://github.com/lorenzleutgeb/heartwood in the meantime. I also have things coming at https://github.com/lorenzleutgeb/radicle-nix, including more changes to the modules in this PR... What I don't understand is why you reverted to http://github.com/lorenzleutgeb/nur ? The formatting in these files does not conform to home-manager's requirements. |
Thanks @lorenzleutgeb
Nice to also have a NixOS service, do you plan to open a PR to upstream it?
Well it's only after seeing that there were differences between this PR and the NUR version, and that the NUR contained two fixes ( Nice to see you're actively working on this, happy to review your changes on this PR whenever you're ready to push them. |
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
@lorenzleutgeb please have a look at https://github.com/matthiasbeyer/home-manager/tree/radicle ( All patches that I think are uncontroversial are committed as I did not touch your initial commit, modulo the rebase changes that were necessary. I committed my changes in a way where I think it is best if you review them commit-by-commit. |
@matthiasbeyer thanks a lot! I squashed your changes in. Next I will see what CI has to say, and then integrate changes I made to my personal configuration in the meantime. |
432be27
to
9c73e30
Compare
4f33b97
to
46c0c39
Compare
Co-authored-by: Matthias Beyer <[email protected]>
Looks like it needs
|
It also seems that nixpkgs needs to be refreshed:
I don't know how this mechanic works in home-manager, so I cannot comment on that. But without |
@khaneliman, @matthiasbeyer thanks for your attention, but please don't waste your time reviewing this just yet. I know how to make my way through CI failures, and I will change the status of the PR from "Draft" to "Ready for review" when ... well, when it is ready for review. In the meantime, feel free to push actual fixes like @matthiasbeyer did in #5409 (comment), but posting errors that CI can catch is just noise to me, TBH. Thanks for your understanding. |
Description
Radicle is a distributed code forge based on Git. I recently overhauled the package in Nixpkgs and have been using
programs.radicle
(for basic configuration of Radicle) andservices.radicle
(for managingradicle-node
andradicle-http
as systemd user services) for a few weeks without problems (links to my personal repo).I could need some help with the tests.
home-files/.radicle
seems to be missing and I don't understand why:Checklist
./format
.nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.