From fea65dd13d7f3d8a9c65ca03d8567c243fde374e Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 27 May 2018 10:13:15 +0200 Subject: [PATCH] pin firefox-esr to 52 --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 82b9463..2f7c6b9 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ { pkgs ? import { } }: let - firefox = pkgs.firefox-esr-unwrapped.override { + firefox = pkgs.firefox-esr-52-unwrapped.override { gtk3Support = true; enableOfficialBranding = true; privacySupport = true;