Open ghost opened 4 months ago
Anything one can do to help here out? I'm not entirely sure why this happens. But I'd be happy to implement a fix with some guidance.
This works for me
home.packages = with pkgs; [
proton-pass
(lib.hiPrio protonmail-desktop)
];
Are you following the right branch?
Is there an existing issue for this?
Issue description
Describe the bug
When trying to build a Home-Manager configuration with both
proton-pass
andprotonmail-desktop
declared inhome.packages
, a collision will occur between the/share/app.asar
files.Steps to reproduce
Additional context
For some reason this issue is not present outside of Home-Manager. For example, specifying
environment.systemPackages = with pkgs; [ proton-pass protonmail-desktop ];
builds successfully.I am using Flakes and have made sure that home-manager inputs follows my nixpkgs.
Maintainer CC
No response
System information