terraform/shell: remove meta from terraform
This commit is contained in:
parent
bda64d11e2
commit
4f2e1de15f
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue