mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
add tf init to darwin
This commit is contained in:
parent
6742103195
commit
83e95b306d
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user