about summary refs log tree commit diff
path: root/nix/machines/mba-m2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/machines/mba-m2/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/machines/mba-m2/default.nix b/nix/machines/mba-m2/default.nix
index 72a4e8b..04c5780 100644
--- a/nix/machines/mba-m2/default.nix
+++ b/nix/machines/mba-m2/default.nix
@@ -1,4 +1,5 @@
-{ pkgs, ... }: {
+{ pkgs, ... }:
+{
   imports = [ ../darwin-shared.nix ];
 
   system.stateVersion = 5;