97be9c1411
As per the previous commit these files were no longer being imported, which is now fixed by moving them into separate subfolders.
3 lines
91 B
Nix
3 lines
91 B
Nix
{ pkgs, ... }:
|
|
|
|
pkgs.third_party.terraform_0_12.withPlugins(p: [ p.google p.google-beta ])
|