Remove unused expression
All checks were successful
/ dev-shell (push) Successful in 18s
/ terraform-providers (push) Successful in 11s
/ rust-packages (push) Successful in 23s
/ check (push) Successful in 42s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-08 16:48:19 +02:00
parent 85f2b6c295
commit e17752f9b1
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -1,6 +1,5 @@
{ pkgs, lib, ... }: { pkgs, lib, ... }:
let let
opentofu = pkgs.khscodes.opentofu;
# TODO: We should figure out a way of passing the secrets map at runtime instead of build time. # 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 # 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. # needed.