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.