Skip to content

Commit

Permalink
terraform: pinned to 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Jan 25, 2024
1 parent 2ebd6bf commit 517bc79
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 10 deletions.
17 changes: 17 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@
mobile-nixos.flake = false;

# fixes
# TODO wait for https://github.com/hashicorp/terraform/issues/34572
nixpkgs-terraform.url = "github:nixos/nixpkgs/842d9d80cfd4560648c785f8a4e6f3b096790e19";
};

outputs = inputs @ {flake-parts, ...}:
Expand Down
7 changes: 7 additions & 0 deletions flake/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@
};
in {
# currently nothing
inherit
(import inputs.nixpkgs-terraform {
inherit system;
inherit (config.nixpkgs) config;
})
terraform
;
};
in {
nixpkgs = {
Expand Down
Loading

0 comments on commit 517bc79

Please sign in to comment.