fix(macos): trampoline apps

This commit is contained in:
reo101 2023-11-17 15:58:59 +02:00
parent c707909f4f
commit 01240450d2
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
3 changed files with 28 additions and 0 deletions

View file

@ -21,6 +21,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
mac-app-util = {
url = "github:hraban/mac-app-util";
};
# Home Manager
home-manager = {
url = "github:nix-community/home-manager/master";
@ -104,6 +108,7 @@
, nixpkgs
, nix-on-droid
, nix-darwin
, mac-app-util
, home-manager
, disko
, deploy-rs