diff options
Diffstat (limited to 'third_party/lisp/cl-prevalence.nix')
-rw-r--r-- | third_party/lisp/cl-prevalence.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/lisp/cl-prevalence.nix b/third_party/lisp/cl-prevalence.nix index c024db0924e2..5c4a65f02d61 100644 --- a/third_party/lisp/cl-prevalence.nix +++ b/third_party/lisp/cl-prevalence.nix @@ -1,8 +1,8 @@ # cl-prevalence is an implementation of object prevalence for CL (i.e. # an in-memory database) -{ depot, ... }: +{ depot, pkgs, ... }: -let src = depot.third_party.fetchFromGitHub { +let src = pkgs.fetchFromGitHub { owner = "40ants"; repo = "cl-prevalence"; rev = "da3ed6c4594b1c2fca90c178c1993973c4bf16c9"; |