diff options
Diffstat (limited to 'third_party/lisp/anaphora.nix')
-rw-r--r-- | third_party/lisp/anaphora.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lisp/anaphora.nix b/third_party/lisp/anaphora.nix index 04a1dd847feb..bf4bf663f4d4 100644 --- a/third_party/lisp/anaphora.nix +++ b/third_party/lisp/anaphora.nix @@ -1,4 +1,4 @@ -{ depot ? import <depot> {}, ... }: +{ depot, ... }: let src = builtins.fetchGit { |