about summary refs log tree commit diff
path: root/nix/hosts/hacknix/overlay
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-09-19 10:48:16 +0200
committerEmile <git@emile.space>2024-09-19 10:48:16 +0200
commite833c13c177288b2a7b9168a784e0e6562c025b6 (patch)
tree1661dad1694989e2d83e6c2fca7b5602a61c574b /nix/hosts/hacknix/overlay
parentdcde3882d5460368e3c0499a54330f84a6995d62 (diff)
big format using nixfmt
Diffstat (limited to 'nix/hosts/hacknix/overlay')
-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;
     };
   };
 }