From e5e36af26172c3b0bb8bffee13b24f58feaebe72 Mon Sep 17 00:00:00 2001 From: Mark Martinez Date: Thu, 2 May 2024 16:27:13 +0200 Subject: [PATCH] fix(darwin): config argument missing on system.nix --- darwin/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/system.nix b/darwin/system.nix index ab8e793..2679908 100644 --- a/darwin/system.nix +++ b/darwin/system.nix @@ -1,3 +1,4 @@ +{config, ...}: # This section apply settings to the system configuration only available on macOS # see for more options {