add tf init to darwin

This commit is contained in:
Noah Masur 2024-06-16 19:00:28 -06:00
parent 6742103195
commit 83e95b306d
No known key found for this signature in database

View File

@ -47,6 +47,15 @@
]; ];
text = builtins.readFile ../../modules/common/shell/bash/scripts/aws-ec2.sh; text = builtins.readFile ../../modules/common/shell/bash/scripts/aws-ec2.sh;
}) })
(pkgs.writeShellApplication {
name = "tfinit";
runtimeInputs = [
pkgs.terraform
pkgs.gawk
pkgs.git
];
text = builtins.readFile ../../modules/common/shell/bash/scripts/terraform-init.sh;
})
]; ];
programs.fish.shellAbbrs = { programs.fish.shellAbbrs = {