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', ... }:
|
{ inputs', ... }:
|
||||||
|
let
|
||||||
|
tf-pkgs = inputs'.tf-pkgs.legacyPackages;
|
||||||
|
terraform' = tf-pkgs.terraform.overrideAttrs (_: { meta = { }; });
|
||||||
|
in
|
||||||
{
|
{
|
||||||
devShells = {
|
devShells = {
|
||||||
terraform = with inputs'.tf-pkgs.legacyPackages; mkShellNoCC {
|
terraform = with tf-pkgs; mkShellNoCC {
|
||||||
packages = [
|
packages = [
|
||||||
(terraform.withPlugins (p: [
|
(terraform'.withPlugins (p: [
|
||||||
p.cloudflare
|
p.cloudflare
|
||||||
p.external
|
p.external
|
||||||
p.gandi
|
p.gandi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue