From 898fe2de9ae5d52c9d0ba7e1edabd4ee125c4653 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 2 Jan 2026 12:06:23 -0800 Subject: add trampoline for macos apps --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 595783d..3da041d 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + mac-app-util.url = "github:hraban/mac-app-util"; + my-go-tools.url = "git+https://code.fcuny.net/x"; }; @@ -116,6 +118,7 @@ nixSettings agenix.darwinModules.age home-manager.darwinModules.home-manager + inputs.mac-app-util.darwinModules.default ./modules/default-darwin.nix ]; -- cgit v1.2.3