fix(firefox): pin firefox to stable

See github:NixOS/nixpkgs#167785
This commit is contained in:
Infinidoge 2022-04-10 00:18:56 -04:00
parent cfb03e39ed
commit 221f551342
2 changed files with 2 additions and 3 deletions

View file

@ -8,6 +8,8 @@ channels: final: prev: {
inherit (channels.stable)
nvfetcher
# FIXME: https://github.com/NixOS/nixpkgs/issues/167785
firefox
;
# https://github.com/NixOS/nixpkgs/issues/167579

View file

@ -34,9 +34,6 @@ in
};
};
# FIXME: https://github.com/NixOS/nixpkgs/issues/167785
home.sessionVariables.MOZ_DISABLE_CONTENT_SANDBOX = "1";
home.packages = with pkgs; lib.flatten [
ncdu