diff options
Diffstat (limited to 'third_party/lisp/cl-colors.nix')
-rw-r--r-- | third_party/lisp/cl-colors.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/third_party/lisp/cl-colors.nix b/third_party/lisp/cl-colors.nix index 6d49dd7aa582..fa35b755dbbc 100644 --- a/third_party/lisp/cl-colors.nix +++ b/third_party/lisp/cl-colors.nix @@ -1,8 +1,4 @@ -{ - depot ? import <depot> {}, - briefcase ? import <briefcase> {}, - ... -}: +{ depot, briefcase, ... }: let src = builtins.fetchGit { |