refactor(nix/darwin): Try both undmg and 7zz to extract dmg files

This commit is contained in:
Ahmad Ansori Palembani 2024-11-05 12:28:08 +07:00
parent bb5bb2ad82
commit be06d69dd6
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 11 additions and 9 deletions

View file

@ -6,7 +6,7 @@ let
version = "1.5.0";
in {
heliport = mkApp {
inherit (final) stdenv undmg;
inherit (final) stdenv undmg _7zz;
pname = "HeliPort";
appFileName = "HeliPort.app";