unpin terraform shell
This commit is contained in:
parent
659ea8f2dd
commit
73e1cf8bf9
4 changed files with 3 additions and 44 deletions
terraform
|
@ -1,11 +1,10 @@
|
|||
{ inputs', ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
tf-pkgs = inputs'.tf-pkgs.legacyPackages;
|
||||
terraform' = tf-pkgs.terraform.overrideAttrs (_: { meta = { }; });
|
||||
terraform' = pkgs.terraform.overrideAttrs (_: { meta = { }; });
|
||||
in
|
||||
{
|
||||
devShells = {
|
||||
terraform = with tf-pkgs; mkShellNoCC {
|
||||
terraform = with pkgs; mkShellNoCC {
|
||||
packages = [
|
||||
(terraform'.withPlugins (p: [
|
||||
p.cloudflare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue