mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
add tf init to darwin
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user