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
system = "aarch64-darwin";
unstable = import nixpkgs-unstable {
config.allowUnfree = true;
inherit system;
};
in {

View File

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