mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix: use signal-desktop flake with up to date binaries
This commit is contained in:
parent
43280510cb
commit
07b163349b
3 changed files with 36 additions and 0 deletions
|
@ -88,6 +88,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
signal-desktop =
|
||||
if pkgs.stdenv.targetPlatform.isAarch then
|
||||
inputs.signal-desktop.packages.${pkgs.system}.default.override { electronPageSizeFix = true; }
|
||||
else
|
||||
pkgs.signal-desktop;
|
||||
})
|
||||
];
|
||||
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.nix_config_github_pat.path}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue