fix(firefox): pin firefox to stable
See github:NixOS/nixpkgs#167785
This commit is contained in:
parent
cfb03e39ed
commit
221f551342
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue