From e17752f9b136bfdc9b445b64d6ecb2810fa9b5a2 Mon Sep 17 00:00:00 2001 From: Kaare Hoff Skovgaard Date: Tue, 8 Jul 2025 16:48:19 +0200 Subject: [PATCH] Remove unused expression --- nix/packages/bw-opentofu/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/packages/bw-opentofu/default.nix b/nix/packages/bw-opentofu/default.nix index 6cbeba7..2bf7af7 100644 --- a/nix/packages/bw-opentofu/default.nix +++ b/nix/packages/bw-opentofu/default.nix @@ -1,6 +1,5 @@ { pkgs, lib, ... }: let - opentofu = pkgs.khscodes.opentofu; # TODO: We should figure out a way of passing the secrets map at runtime instead of build time. # for now this map just needs to include every secret we could need, which also makes the reading of secrets take way longer than # needed.