From 78d1d1590f801a2f96765179e9bf187d34828262 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 16 Apr 2025 14:24:12 +0200 Subject: [PATCH] rm null from tf --- launch/tf.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/launch/tf.nix b/launch/tf.nix index 14ad72a7..43a59298 100644 --- a/launch/tf.nix +++ b/launch/tf.nix @@ -15,7 +15,6 @@ let tf = pkgs.opentofu; tfPlugins = ( p: [ - p.null p.external ] );