about summary refs log tree commit diff
path: root/fun/🕰️/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fun/🕰️/default.nix')
-rw-r--r--fun/🕰️/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/fun/🕰️/default.nix b/fun/🕰️/default.nix
index 230d9f02f1..2b1a946400 100644
--- a/fun/🕰️/default.nix
+++ b/fun/🕰️/default.nix
@@ -38,6 +38,7 @@ let
       "ecl" # refuses to create non-ASCII paths even on POSIX…
     ];
   };
-in bin // {
+in
+bin // {
   inherit lib;
 }