diff options
author | Emile <git@emile.space> | 2024-06-09 00:19:25 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:19:25 +0200 |
commit | 8a9a43d10123378e3f5a0a70cdcd51de6aec7aee (patch) | |
tree | 97470fc7f6c0dc95ce73675eb2c55071c17c37f0 /nix/hosts/caladan/overlay.nix | |
parent | a4607bc235ae5753f1584c05d4e3627e35149bd7 (diff) |
formatting
Diffstat (limited to 'nix/hosts/caladan/overlay.nix')
-rw-r--r-- | nix/hosts/caladan/overlay.nix | 2 |
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; }; }; } |