mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add unstable.terraform
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user