Fediversity/launch/tf.nix

8 lines
122 B
Nix

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