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