about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/hosts/caladan/overlay.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/caladan/overlay.nix b/nix/hosts/caladan/overlay.nix
index 7ed5f18..c9bdd79 100644
--- a/nix/hosts/caladan/overlay.nix
+++ b/nix/hosts/caladan/overlay.nix
@@ -42,7 +42,7 @@
     ];
     config = {
       allowUnfree = true;
-      allowBroken= true;
+      allowBroken = true;
     };
   };
 }