Updated to fix "Broken" librewolf

This commit is contained in:
2026-03-05 10:41:57 -07:00
parent d96734a5d5
commit 186d3e8215
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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
'';