about summary refs log tree commit diff
path: root/third_party/lisp/unix-opts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/unix-opts.nix')
-rw-r--r--third_party/lisp/unix-opts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lisp/unix-opts.nix b/third_party/lisp/unix-opts.nix
index e52eab959d..2482961132 100644
--- a/third_party/lisp/unix-opts.nix
+++ b/third_party/lisp/unix-opts.nix
@@ -1,5 +1,5 @@
 # unix-opts is a portable command line argument parser
-{ depot, pkgs, ...}:
+{ depot, pkgs, ... }:
 
 
 let src = with pkgs; srcOnly lispPackages.unix-opts;