From de2805aea29b7f73c5298da2d35685a6f5daab7b Mon Sep 17 00:00:00 2001 From: arnie Date: Thu, 21 Aug 2025 11:31:52 +0200 Subject: [PATCH] Pass inputs to nix darwin --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f69d018..de0e261 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,7 @@ system = "aarch64-darwin"; specialArgs = { self = self; + inputs = inputs // { darwin = inputs.nix-darwin; }; }; modules = [ # Add our overlay to the system configuration