From c50a8242febb7d81cdf857c2ab3e165570337826 Mon Sep 17 00:00:00 2001 From: Cassie Cheung Date: Sun, 9 Jun 2024 22:27:44 +0800 Subject: [PATCH] feat: add `dmg2img` to available packages --- nix/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/common.nix b/nix/common.nix index 1ba5b32..6d2df0c 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -20,6 +20,7 @@ environment.systemPackages = with pkgs; [ git python3 + dmg2img ]; # ZFS is (sometimes) broken and prevents building without this