You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting Home Manager activation
Activating checkFilesChanged
Activating checkLinkTargets
Activating homeageDecryptCheck
Enter passphrase for "/home/jacob/.ssh/id_ed25519":
Activating writeBoundary
Activating linkGeneration
Cleaning up orphan links from /home/jacob
Creating profile generation 1235
Creating home file links in /home/jacob
Activating createXdgUserDirectories
Activating installPackages
replacing old 'home-manager-path'
installing 'home-manager-path'
Activating dconfSettings
Activating homeageCleanup
/nix/store/indhsz7vhjnfdj8kb6hnsrsbq8rmxmgj-home-manager-generation/activate: line 279: jq: command not found
Just tried homeage and got the same issue. The workaround for me is to install jq but hopefully the PR above can be merged soon :)
Meanwhile you can change your flake input to point at github:spikespaz/homeage. Subscribe to notifications for my PR and change input back to upstream when you see it's been merged.
Just tried homeage and got the same issue. The workaround for me is to install jq but hopefully the PR above can be merged soon :)
Meanwhile you can change your flake input to point at github:spikespaz/homeage. Subscribe to notifications for my PR and change input back to upstream when you see it's been merged.
What I see:
The problem:
https://gist.github.com/spikespaz/ef2cfe46f4e3978e599ac76a6bbebf9d#file-activate-sh-L279
Source:
https://github.com/jordanisaacs/homeage/blob/main/module/default.nix#L141
I am not sure what needs to be done to add
jq
to the dependencies of the activation script.The text was updated successfully, but these errors were encountered: