mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: add terraform to the nix config (#8531)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user