fix(home): make stateVersion overridable
All checks were successful
Check / eval (push) Successful in 3m1s

Changed home.stateVersion assignment to use lib.mkDefault instead of a plain assignment.
This fixes downstream flakes that need to migrate existing NixOS installations without bumping their state version.

Verified: V1 (flake check --no-build, home activation package build).
Pending: nothing.
This commit is contained in:
Bernardo Magri
2026-07-08 21:44:31 +01:00
parent b1a9d2ea66
commit 3dcbb2b0b6
3 changed files with 9 additions and 10 deletions

View File

@@ -17,6 +17,13 @@ Template:
---
## 2026-07-08 — home.stateVersion overridable (iteration #72)
- **Task:** PROPOSED item — `home.stateVersion` should be `mkDefault` to support migrations.
- **Did:** Changed `home.stateVersion = "26.05"` to `lib.mkDefault "26.05"` in `modules/home/default.nix`.
- **Verified:** V1 (flake check --no-build green; `homeConfigurations.nomarchy.activationPackage` built successfully).
- **Pending:** user visual review or nothing.
- **Next suggestion:** triage other PROPOSED items or await Bernardo for `[human]`-blocked tasks.
## 2026-07-08 — Stability + usefulness survey → 2 PROPOSED (iteration #71)
- **Task:** Bernardo asked to find the next tasks that make the distro more
stable + more useful. Research iteration (LOOP §1: write up PROPOSED).