-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
himalaya: update for v1
#5297
himalaya: update for v1
#5297
Conversation
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
|
The One of the biggest change is the scope: watch and sync moved away from Himalaya into dedicated project Neverest and Mirador. Questions related to systemd units will move there, as soon as I release them. |
The |
85d078b
to
cd28df6
Compare
@rycee tests fail with a |
@soywod Yeah, unfortunately sourcehut is being DDoSed again: https://status.sr.ht/issues/2025-01-23-git.sr.ht-ddos/ |
I tried running the test manually and got this error:
|
My bad, forgot to push the fix. Done! |
Thanks! Merged to master now 🙂 |
Description
This PR make the home manager module compatible with Himalaya CLI
v1.x.x
. It also removes the watcher, as watching is not part of Himalaya anymore (see #5297 (comment)).Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC