Remove deprecated useHardenedMalloc

This commit is contained in:
Jakob Lechner 2023-08-31 08:17:06 +00:00
parent 80e36930da
commit 1bccf240d0
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -1,10 +1,6 @@
{ nixosConfig, lib, pkgs, ... }:
lib.mkIf nixosConfig.jalr.gui.enable {
home.packages = with pkgs; [
(
tor-browser-bundle-bin.override {
useHardenedMalloc = false;
}
)
tor-browser-bundle-bin
];
}