mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-07 11:20:15 +00:00
packaging stuff up
This commit is contained in:
11
pkgs/tools/misc/terraform-init/package.nix
Normal file
11
pkgs/tools/misc/terraform-init/package.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "terraform-init";
|
||||
runtimeInputs = [
|
||||
pkgs.gawk
|
||||
pkgs.git
|
||||
pkgs.terraform
|
||||
];
|
||||
text = builtins.readFile ./terraform-init.sh;
|
||||
}
|
Reference in New Issue
Block a user