Fediversity/deployment/run/tf-single-host/tf.nix

4 lines
81 B
Nix

{
pkgs,
}:
(pkgs.callPackage ../../tf.nix { }).withPlugins (p: [ p.external ])