Fediversity/deployment/check/data-model-tf/tf.nix

11 lines
140 B
Nix

# FIXME: use overlays so this gets imported just once?
{
pkgs,
...
}:
let
tf = pkgs.opentofu;
in
tf.withPlugins (p: [
p.external
])