From 167d32b6b549980776785617b47295ebc558eb5b Mon Sep 17 00:00:00 2001 From: Charles Sirois Date: Thu, 20 Mar 2025 13:34:09 -0400 Subject: [PATCH] m4 ousp --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"; + }; }; }; };