chore: add terraform to the nix config (#8531)

This commit is contained in:
Thomas Eizinger
2025-03-28 14:17:10 +11:00
committed by GitHub
parent 1066d53d51
commit 54274ebdc5

View File

@@ -11,6 +11,9 @@
let
pkgs = import nixpkgs {
inherit system;
config = {
allowUnfree = true;
};
};
packages = with pkgs; [
@@ -29,6 +32,7 @@
gnome.zenity
desktop-file-utils
android-tools
terraform
# For Tauri
at-spi2-atk