From cd48c0cd3913569413e5a18af5f86a0f7378a989 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Tue, 30 Jul 2024 22:07:55 +0200 Subject: [PATCH] fixup --- firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.nix b/firefox.nix index a987bb9..cf546a7 100644 --- a/firefox.nix +++ b/firefox.nix @@ -7,7 +7,7 @@ let repo = "firefox-csshacks"; rev = "7eca4b1050c4065130a2cf696302b4ef5d88d932"; sparseCheckout = [ "!/*" "/chrome" "/content" ]; - hash = lib.fakeHash; + hash = "sha256-rk0jC5AMw41xt5yItY7CAxuYAFhoe5Jy2tvwgh59cPI="; }; in lib.mkIf hardware.graphics.enable or hardware.opengl.enable { programs.firefox = {