This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b55caf0338
tvl-depot
/
third_party
/
terraform-gcp
/
default.nix
4 lines
79 B
Nix
Raw
Normal View
History
Unescape
Escape
fix(third_party): Shuffle code around to be compatible with readTree As per the previous commit these files were no longer being imported, which is now fixed by moving them into separate subfolders.
2019-12-09 04:18:27 +01:00
{
pkgs
,
.
.
.
}:
chore: Rename pkgs->depot in all Nix file headers
2020-02-21 13:47:29 +01:00
pkgs
.
terraform_0_12
.
withPlugins
(
p
:
[
p
.
google
p
.
google-beta
]
)
Reference in a new issue
Copy permalink