From 44711d52ec0a5f8818fdf6058359379fd5396746 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 ] );