make it work pls
This commit is contained in:
parent
38b2f505e3
commit
4038c64a58
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
let
|
||||
firefox-wrapped = config.programs.firefox.package;
|
||||
firefox = firefox-wrapped.unwrapped;
|
||||
nss = pkgs.lib.lists.findFirst (x: x.pname == "nss") null firefox.build-inputs;
|
||||
nss = pkgs.lib.lists.findFirst (x: x.pname == "nss") null firefox.buildInputs;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
(discord.override { inherit nss; })
|
||||
|
|
Loading…
Reference in a new issue