diff options
Diffstat (limited to 'nix/buildLisp/example')
-rw-r--r-- | nix/buildLisp/example/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/buildLisp/example/default.nix b/nix/buildLisp/example/default.nix index 4a8cba60023a..6a518e4964a1 100644 --- a/nix/buildLisp/example/default.nix +++ b/nix/buildLisp/example/default.nix @@ -1,7 +1,7 @@ -{ pkgs, ... }: +{ depot, ... }: let - inherit (pkgs.nix) buildLisp; + inherit (depot.nix) buildLisp; # Example Lisp library. # |