diff --git a/flake.nix b/flake.nix index 6e91eb5..f9f8cd3 100644 --- a/flake.nix +++ b/flake.nix @@ -60,8 +60,10 @@ }; "mbp-m4" = nix-darwin.lib.darwinSystem { modules = [./devices/macbook/configuration.nix]; - specialArgs = {inherit inputs;}; - system = "aarch64-darwin"; + specialArgs = { + inherit inputs; + system = "aarch64-darwin"; + }; }; }; };