From 0e75a40458d065d1e5c6a10d0b74b9e35b550ae6 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Sun, 23 Mar 2025 15:04:29 -0400 Subject: [PATCH] firefox: fix assertion when missing force for extensions (#6688) --- modules/programs/firefox/mkFirefoxModule.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/firefox/mkFirefoxModule.nix b/modules/programs/firefox/mkFirefoxModule.nix index c94f8abae..d2317cc16 100644 --- a/modules/programs/firefox/mkFirefoxModule.nix +++ b/modules/programs/firefox/mkFirefoxModule.nix @@ -652,11 +652,11 @@ in { message = '' Using '${ lib.showAttrPath (modulePath - ++ [ "profiles" profileName "extensions" "settings" ]) + ++ [ "profiles" config.name "extensions" "settings" ]) }' will override all previous extensions settings. Enable '${ lib.showAttrPath (modulePath - ++ [ "profiles" profileName "extensions" "force" ]) + ++ [ "profiles" config.name "extensions" "force" ]) }' to acknowledge this. ''; }