about summary refs log tree commit diff
path: root/nix/dependency-analyzer/examples/lisp.nix
blob: 775eb9ab573f2b632b866c9c026a1ec4ff605bf0 (plain) (blame)
1
2
3
4
5
{ depot, lib, ... }:

depot.nix.dependency-analyzer.knownDependencyGraph "3p-lisp" (
  builtins.filter lib.isDerivation (builtins.attrValues depot.third_party.lisp)
)