@cryptotaxi247 / infra / commits / feb5dba4

bastion: fixup terraform-full alias

Graham Christensen committed Jan 25, 2023 at 09:53 UTC feb5dba47a4611eddb3c53f491304caab7e62613
1 file changed +1 -1
bastion/configuration.nix
+1 -1
@@ -52,7 +52,7 @@ in
52 environment.systemPackages = [
53 pkgs.awscli
54 nixops.defaultPackage.x86_64-linux
55 - pkgs.terraform-full
55 + pkgs.terraform.full
56 pkgs.tmux
57 ];
58