fix(cli): lifecycle tools in HM so stale pull can self-heal
All checks were successful
Check / eval (push) Successful in 2m57s
All checks were successful
Check / eval (push) Successful in 2m57s
Extract nomarchy-pull/rebuild/home to pkgs/nomarchy-lifecycle; install via system + home. Home profile wins on PATH so home-manager switch installs the fixed pull (skip git when no upstream) without waiting for a system rebuild that needed a working pull first. V0: flake check --no-build green.
This commit is contained in:
@@ -61,6 +61,10 @@
|
||||
awww # wallpaper daemon with animated transitions (the swww fork)
|
||||
libnotify
|
||||
hyprpicker
|
||||
# Lifecycle CLIs (pull/rebuild/home). HM profile usually precedes
|
||||
# /run/current-system on PATH, so nomarchy-home can replace a broken
|
||||
# system-generation nomarchy-pull without a full sys rebuild.
|
||||
nomarchy-lifecycle
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user