Pin firefox to stable

auto-flake-update
Yorick van Pelt 2022-04-11 11:38:39 +02:00
parent 06d7266b19
commit f9556300f0
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ lib, config, options, pkgs, ... }:
let
y-firefox = pkgs.wrapFirefox pkgs.latest.firefox-beta-bin.unwrapped {
y-firefox = pkgs.wrapFirefox pkgs.latest.firefox-bin.unwrapped {
forceWayland = true;
applicationName = "firefox";
};