Add unstable.terraform

This commit is contained in:
Dave Gallant
2024-02-29 22:03:39 -05:00
parent 7163c0d8be
commit c0061ba0c6
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@
darwinConfigurations = let darwinConfigurations = let
system = "aarch64-darwin"; system = "aarch64-darwin";
unstable = import nixpkgs-unstable { unstable = import nixpkgs-unstable {
config.allowUnfree = true;
inherit system; inherit system;
}; };
in { in {

View File

@@ -58,6 +58,7 @@ in {
unstable.awscli2 unstable.awscli2
unstable.azure-cli unstable.azure-cli
unstable.google-cloud-sdk unstable.google-cloud-sdk
unstable.terraform
# lsp # lsp
nodePackages.bash-language-server nodePackages.bash-language-server