about summary refs log tree commit diff
path: root/nix/hosts/caladan/overlay.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-06-09 00:19:25 +0200
committerEmile <git@emile.space>2024-06-09 00:19:25 +0200
commit8a9a43d10123378e3f5a0a70cdcd51de6aec7aee (patch)
tree97470fc7f6c0dc95ce73675eb2c55071c17c37f0 /nix/hosts/caladan/overlay.nix
parenta4607bc235ae5753f1584c05d4e3627e35149bd7 (diff)
formatting
Diffstat (limited to 'nix/hosts/caladan/overlay.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;
     };
   };
 }