fix(nix/darwin): Extract vesktop's dmg using 7zz

This commit is contained in:
Ahmad Ansori Palembani 2024-11-05 09:08:40 +07:00
parent 5624c40c14
commit 96b6587e6c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 4 additions and 1 deletions

View file

@ -16,5 +16,6 @@ in {
pkgs.home-manager
pkgs.zoxide
pkgs.ruby
pkgs._7zz
];
}