terraform/shell: remove meta from terraform

This commit is contained in:
zowoq 2023-10-15 15:58:58 +10:00
parent bda64d11e2
commit 4f2e1de15f

View file

@ -1,9 +1,13 @@
{ inputs', ... }:
let
tf-pkgs = inputs'.tf-pkgs.legacyPackages;
terraform' = tf-pkgs.terraform.overrideAttrs (_: { meta = { }; });
in
{
devShells = {
terraform = with inputs'.tf-pkgs.legacyPackages; mkShellNoCC {
terraform = with tf-pkgs; mkShellNoCC {
packages = [
(terraform.withPlugins (p: [
(terraform'.withPlugins (p: [
p.cloudflare
p.external
p.gandi