Page MenuHomePhorge

localstack-up.nix
No OneTemporary

Size
491 B
Referenced Files
None
Subscribers
None

localstack-up.nix

{ lib
, localstack
, writeShellApplication
}:
# writeShellApplication is a "writer helper" which
# will create a shellchecked executable shell script located in $out/bin/<name>
# This shell script will be used to allow for impure+stateful actions
writeShellApplication {
name = "localstack-up";
# Docker must be installed outside of the development shell, so only
# pass localstack to script
runtimeInputs = [ localstack ];
text = builtins.readFile ../scripts/localstack_up.sh;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 4:28 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5227496
Default Alt Text
localstack-up.nix (491 B)

Event Timeline