fix(firefox): silence configPath and pkgs.system deprecation warnings #18

Merged
lyrathorpe merged 1 commits from fix/firefox-config-warnings into main 2026-06-10 10:37:30 +01:00
Owner

Rebuild after the lock-maintenance bump surfaced two home-manager
warnings on the Firefox config added in #17:

  • pin programs.firefox.configPath = ".mozilla/firefox" (the legacy
    location the system Firefox uses) to silence the stateVersion<26.05
    default-change warning,
  • address the add-on by pkgs.stdenv.hostPlatform.system (pkgs.system is
    deprecated).

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

Rebuild after the lock-maintenance bump surfaced two home-manager warnings on the Firefox config added in #17: - pin programs.firefox.configPath = ".mozilla/firefox" (the legacy location the system Firefox uses) to silence the stateVersion<26.05 default-change warning, - address the add-on by pkgs.stdenv.hostPlatform.system (pkgs.system is deprecated). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lyrathorpe added 1 commit 2026-06-10 10:37:25 +01:00
Rebuild after the lock-maintenance bump surfaced two home-manager
warnings on the Firefox config added in #17:

- pin programs.firefox.configPath = ".mozilla/firefox" (the legacy
  location the system Firefox uses) to silence the stateVersion<26.05
  default-change warning,
- address the add-on by pkgs.stdenv.hostPlatform.system (pkgs.system is
  deprecated).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lyrathorpe merged commit 9d0e69f916 into main 2026-06-10 10:37:30 +01:00
lyrathorpe deleted branch fix/firefox-config-warnings 2026-06-10 10:37:31 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/nixfiles#18