6 lines
167 B
Nix
6 lines
167 B
Nix
|
{ depot, lib, ... }:
|
||
|
|
||
|
depot.nix.dependency-analyzer.knownDependencyGraph "3p-lisp" (
|
||
|
builtins.filter lib.isDerivation (builtins.attrValues depot.third_party.lisp)
|
||
|
)
|