From 186d3e821586137bb2aa6f6d43fd1ce533dde706 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 5 Mar 2026 10:41:57 -0700 Subject: [PATCH] Updated to fix "Broken" librewolf --- Makefile | 8 +++++++- modules/librewolf.nix | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 660a565..ca6cfcd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,10 @@ -.PHONY: build +.PHONY: build update lock build: sudo darwin-rebuild switch --flake .#dart + +update: + nix flake update + +lock: + nix flake lock diff --git a/modules/librewolf.nix b/modules/librewolf.nix index e8a9c60..b56ca38 100644 --- a/modules/librewolf.nix +++ b/modules/librewolf.nix @@ -106,6 +106,7 @@ in cp -f ${policiesFile} "$DIST_DIR/policies.json" chmod 644 "$DIST_DIR/policies.json" echo "Applied LibreWolf policies to $APP_DIR" + xattr -dr com.apple.quarantine /Applications/LibreWolf.app fi done '';