diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ fix: # Inspection # ═══════════════════════════════════════════════════════════════════ -# Show package and dotfile drift (runs pkg-drift + dotfile-drift + etc) -status: dotfile-drift pkg-drift etc +# Show package, dotfile, /etc, and service drift +status: dotfile-drift pkg-drift etc services-drift # Show package drift: missing packages in adopted groups + undeclared installed packages pkg-drift: |
