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