Replies: 1 comment 1 reply
-
|
If you are referring to this commit the problem was fixed already as explained in the comments of the commit. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to github so I don't know how to do a pull request , this is not an issue but a suggestion for improvement , I saw that you reverted a zen update and I found the same problem , using this flake solved it :
in flake.nix:
Use:
zen-browser.url = "github:youwen5/zen-browser-flake";
zen-browser.inputs.nixpkgs.follows = "nixpkgs";
instead of :
zen-browser.url = "github:0xc000022070/zen-browser-flake";
and add :
inputs.zen-browser.packages.${pkgs.system}.default
to modules/home/packages.nix
Beta Was this translation helpful? Give feedback.
All reactions