feat(nix/darwin): HeliPort

Currently disabled because undmg doesn't handle EULAs

REF: https://github.com/matthewbauer/undmg/issues/2
This commit is contained in:
Ahmad Ansori Palembani 2024-11-02 20:13:19 +07:00
parent 47a7a0156b
commit 744d9c902c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 56 additions and 15 deletions

View file

@ -25,6 +25,7 @@ in
inherit system brew-api;
nixpkgs = nixpkgs-stable;
})
(import ../../overlays/darwin/heliport.nix)
];
}
) pkgs pkgs-unstable;