Pass inputs to nix darwin

This commit is contained in:
Arnie 2025-08-21 11:31:52 +02:00
parent 92d6ff3520
commit de2805aea2
No known key found for this signature in database
GPG Key ID: 4BDFA3BCF2999D11

View File

@ -97,6 +97,7 @@
system = "aarch64-darwin"; system = "aarch64-darwin";
specialArgs = { specialArgs = {
self = self; self = self;
inputs = inputs // { darwin = inputs.nix-darwin; };
}; };
modules = [ modules = [
# Add our overlay to the system configuration # Add our overlay to the system configuration